mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 11:16:03 +00:00
Settings: always recompute position when floating changes.
This commit is contained in:
@@ -39,7 +39,7 @@ SmartPanel {
|
||||
}
|
||||
|
||||
onBarFloatingChanged: {
|
||||
if (isPanelOpen && attachToBar) {
|
||||
if (isPanelOpen) {
|
||||
Qt.callLater(root.setPosition)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user