diff --git a/LFSToolKit/ChangeLog b/LFSToolKit/ChangeLog index 52dd347..5a8310c 100644 --- a/LFSToolKit/ChangeLog +++ b/LFSToolKit/ChangeLog @@ -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. diff --git a/LFSToolKit/LFSToolKit/lfstk/LFSTKWindow.cpp b/LFSToolKit/LFSToolKit/lfstk/LFSTKWindow.cpp index 1ea3aa5..ac86d3e 100644 --- a/LFSToolKit/LFSToolKit/lfstk/LFSTKWindow.cpp +++ b/LFSToolKit/LFSToolKit/lfstk/LFSTKWindow.cpp @@ -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); } /**