When I enable it, and click on other windows, the windows on the widget layer doesn't disappear.
In widget.cpp line 414:
w = screen->findWindow (event->xbutton.window);
findWindow() returns 0.
I can't figure out why this could happen.
Bug watches keep track of this bug in other bug trackers.
In widget.cpp line 414:
w = screen->findWindow (event- >xbutton. window) ;
findWindow() returns 0.
I can't figure out why this could happen.