It's now possible to drag a listbox filled with entries
Removed #ifdef 0 from resource.cpp around reading code for wxRadioBox #ifdeffed a Refresh call that causes DialogEd to dump code in wxGTK when deleting an item Suppressed some warnings Readded socket stuffto gtk.inc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1451,7 +1451,9 @@ bool wxResourceManager::DeleteResource(wxWindow *win)
|
||||
{
|
||||
RemoveSelection(item);
|
||||
childHandler->SelectItem(FALSE);
|
||||
#ifndef __WXGTK__
|
||||
item->GetParent()->Refresh();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user