mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-29 01:42:32 +01:00
drag and drop!
selection code rewrite! textfield with new selection code! etc etc
This commit is contained in:
@@ -411,6 +411,10 @@ destroyView(W_View *view)
|
||||
|
||||
if (view->dragDestinationProcs)
|
||||
wfree(view->dragDestinationProcs);
|
||||
|
||||
if (scr->dragInfo.destView == view) {
|
||||
scr->dragInfo.destView = NULL;
|
||||
}
|
||||
#endif
|
||||
wfree(view);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user