I debug DialogEd for five hours and then Karsten
tells me that CaptureMouse is broken. Doh. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -379,8 +379,6 @@ void wxResourceEditorDialogHandler::ProcessItemEvent(wxControl *item, wxMouseEve
|
||||
{
|
||||
wxResourceEditorControlHandler *childHandler = (wxResourceEditorControlHandler *)item->GetEventHandler();
|
||||
|
||||
if (dragItem) childHandler = (wxResourceEditorControlHandler *)dragItem->GetEventHandler();
|
||||
|
||||
long x, y;
|
||||
event.Position(&x, &y);
|
||||
int keys = 0;
|
||||
|
Reference in New Issue
Block a user