mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-11 19:25:49 +01:00
- WMDestroyWidget() now first calls WMUnmapWidget()
- decided behavior of list selection while scrolling
This commit is contained in:
@@ -346,10 +346,10 @@ W_UnmapView(W_View *view)
|
||||
view->flags.mapWhenRealized = 0;
|
||||
if (!view->flags.mapped)
|
||||
return;
|
||||
|
||||
|
||||
XUnmapWindow(view->screen->display, view->window);
|
||||
XFlush(view->screen->display);
|
||||
|
||||
|
||||
view->flags.mapped = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user