if (!enabled)
popup.GetID()->Enable(cmd, enabled);
-
- // TODO: need to create event handler mappings for the cmd ID
}
FullPaint();
}
paintState = notPainting;
+#ifdef __WXGTK__
+ // On wxGTK the editor window paints can overwrite the listbox...
+ if (ac.Active())
+ ((wxWindow*)ac.lb.GetID())->Refresh(TRUE);
+#endif
}