mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
widgets: fix dropdown/icon picker referencing a dead window
port 1.5
This commit is contained in:
@@ -147,7 +147,7 @@ Rectangle {
|
||||
|
||||
Popup {
|
||||
id: categoryPopup
|
||||
parent: Overlay.overlay
|
||||
parent: categoryChip.Overlay.overlay
|
||||
width: Math.max(categoryChip.width, 180)
|
||||
padding: 0
|
||||
modal: true
|
||||
|
||||
Reference in New Issue
Block a user