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 )
|
if ( !aEnable )
|
||||||
{
|
{
|
||||||
//ImmAssociateContext( aWindow->GetHWND(), NULL );
|
ImmAssociateContext( aWindow->GetHWND(), NULL );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// ImmAssociateContextEx( aWindow->GetHWND(), 0, IACE_DEFAULT );
|
ImmAssociateContextEx( aWindow->GetHWND(), 0, IACE_DEFAULT );
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -277,8 +277,11 @@
|
||||||
"gencad": "",
|
"gencad": "",
|
||||||
"idf": "",
|
"idf": "",
|
||||||
"netlist": "",
|
"netlist": "",
|
||||||
|
"plot": "",
|
||||||
|
"pos_files": "",
|
||||||
"specctra_dsn": "",
|
"specctra_dsn": "",
|
||||||
"step": "",
|
"step": "",
|
||||||
|
"svg": "",
|
||||||
"vrml": ""
|
"vrml": ""
|
||||||
},
|
},
|
||||||
"page_layout_descr_file": ""
|
"page_layout_descr_file": ""
|
||||||
|
|
Loading…
Reference in New Issue