Merge branch 'fix-stc-ime' of https://github.com/wangqr/wxWidgets
Fix position of IME in wxSTC in wxMSW. See https://github.com/wxWidgets/wxWidgets/pull/1852
This commit is contained in:
@@ -195,5 +195,8 @@ wx_lib_compile_definitions(wxstc PRIVATE
|
||||
LINK_LEXERS
|
||||
)
|
||||
wx_lib_link_libraries(wxstc PRIVATE wxscintilla)
|
||||
if(WXMSW)
|
||||
wx_lib_link_libraries(wxstc PRIVATE imm32)
|
||||
endif()
|
||||
|
||||
wx_finalize_lib(wxstc)
|
||||
|
Reference in New Issue
Block a user