mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-27 08:12:28 +00:00
Launcher: resolve odd flickering on pin/unpin button hover (fixes #406)
This commit is contained in:
@@ -511,6 +511,9 @@ NPanel {
|
||||
z: -1
|
||||
hoverEnabled: true
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onEntered: {
|
||||
selectedIndex = index
|
||||
}
|
||||
onClicked: mouse => {
|
||||
if (mouse.button === Qt.LeftButton) {
|
||||
selectedIndex = index
|
||||
|
||||
Reference in New Issue
Block a user