NPanel: animation improvements and debugging to handle all the settings combinations.

This commit is contained in:
ItsLemmy
2025-11-03 19:16:57 -05:00
parent b7b10a360d
commit e4069fcdbf
3 changed files with 147 additions and 99 deletions
-2
View File
@@ -36,8 +36,6 @@ NPanel {
panelAnchorBottom: panelPosition.startsWith("bottom_")
panelAnchorTop: panelPosition.startsWith("top_")
panelKeyboardFocus: true // Needs Exclusive focus for text input (search)
// Store direct reference to content for instant access
property var contentItem: null