mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
bug fixes
This commit is contained in:
@@ -3551,7 +3551,7 @@ handleIconMove(WDock *dock, WAppIcon *aicon, XEvent *event)
|
||||
#endif
|
||||
}
|
||||
|
||||
if (event->xbutton.state & MOD_MASK)
|
||||
if (!(event->xbutton.state & MOD_MASK))
|
||||
wRaiseFrame(icon->core);
|
||||
|
||||
if (!wPreferences.flags.noclip)
|
||||
|
||||
Reference in New Issue
Block a user