Undo accidental commit from some time ago (woops)
This commit is contained in:
parent
4e3fd816cb
commit
c009328c07
|
@ -168,10 +168,10 @@ void KIPLATFORM::UI::ImmControl( wxWindow* aWindow, bool aEnable )
|
|||
{
|
||||
if ( !aEnable )
|
||||
{
|
||||
//ImmAssociateContext( aWindow->GetHWND(), NULL );
|
||||
ImmAssociateContext( aWindow->GetHWND(), NULL );
|
||||
}
|
||||
else
|
||||
{
|
||||
// ImmAssociateContextEx( aWindow->GetHWND(), 0, IACE_DEFAULT );
|
||||
ImmAssociateContextEx( aWindow->GetHWND(), 0, IACE_DEFAULT );
|
||||
}
|
||||
}
|
|
@ -277,8 +277,11 @@
|
|||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"plot": "",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"svg": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
|
|
Loading…
Reference in New Issue