mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NPanel: added logging to help tracking off position issue.
This commit is contained in:
@@ -98,6 +98,7 @@ Loader {
|
||||
// Fallback to old method
|
||||
var itemPos = buttonItem.mapToItem(null, 0, 0)
|
||||
buttonPosition = Qt.point(itemPos.x, itemPos.y)
|
||||
Logger.warn("NPanel", "Falling back to mapToItem null")
|
||||
}
|
||||
buttonWidth = buttonItem.width
|
||||
buttonHeight = buttonItem.height
|
||||
|
||||
Reference in New Issue
Block a user