mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 02:26:00 +00:00
No need to track open popups anymore. Avoid widgets to include services directly
This commit is contained in:
@@ -108,14 +108,6 @@ RowLayout {
|
||||
implicitHeight: Math.min(root.popupHeight, contentItem.implicitHeight + Style.marginM * 2)
|
||||
padding: Style.marginM
|
||||
|
||||
onOpened: {
|
||||
PanelService.willOpenPopup(root)
|
||||
}
|
||||
|
||||
onClosed: {
|
||||
PanelService.willClosePopup(root)
|
||||
}
|
||||
|
||||
contentItem: NListView {
|
||||
model: combo.popup.visible ? root.model : null
|
||||
implicitHeight: contentHeight
|
||||
|
||||
Reference in New Issue
Block a user