kotelnik / plasma-applet-active-window-control

Plasma 5 applet for controlling currently active window.
GNU General Public License v2.0
119 stars 18 forks source link

Appmenu shouln't be visible when no window is on focus #46

Closed kupiqu closed 7 years ago

kupiqu commented 7 years ago

This applies when app menu appears next to icon and text (other cases I think are ok).

It can be fixed by adding && !noWindowVisible to (line 23 in AppMenu.qml):

visible: appmenuEnabledAndNonEmpty && (appmenuNextToIconAndText || mouseHover || appmenuOpened)

kotelnik commented 7 years ago

Thanks! It should now be fixed, please reopen if problem occurs.