Add gui test for STC popup items
With wxSTC, popup autocompletion lists and call tips need to be able to show their information and respond to mouse clicks, but should never take focus from their parent STC. This test verifies that these popups function in this manner.
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
<if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('richtext')))</if>
|
||||
</set>
|
||||
<set var="WXLIB_STC">
|
||||
<if cond="MONOLITHIC=='0'">$(mk.evalExpr(wxwin.mkLibName('stc')))</if>
|
||||
<if cond="MONOLITHIC=='0' and USE_STC=='1'">$(mk.evalExpr(wxwin.mkLibName('stc')))</if>
|
||||
</set>
|
||||
|
||||
<set var="WXLIB_WEBVIEW">
|
||||
|
Reference in New Issue
Block a user