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:
Robert Roebling
1998-09-07 22:38:10 +00:00
parent 61607c3641
commit 6987a6c3d0
3 changed files with 96 additions and 100 deletions

View File

@@ -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;