Minor menu stack fix

This commit is contained in:
K D Hedger
2023-11-16 20:38:52 +00:00
parent 11e13afb52
commit 7c8f18ebe1
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
0.6.0
Minor menu stack fix.
Fixed labels on translucent windows.
Fixed version number in .pc file.
Fixed spurious enter/exit callbacks when clicking gadget.

View File

@ -633,6 +633,7 @@ void LFSTK_windowClass::LFSTK_setKeepAbove(bool set)
xclient.data.l[1] =xa1;
xclient.data.l[2]=0;
XSendEvent(this->app->display,this->app->rootWindow,False,SubstructureRedirectMask | SubstructureNotifyMask,(XEvent *)&xclient);
XRaiseWindow(this->app->display,this->window);
}
/**