mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
This commit is contained in:
@@ -396,7 +396,7 @@ Popup {
|
||||
NColorSlider {
|
||||
id: selectedSlider
|
||||
Layout.fillHeight: true
|
||||
rainbowMode: root.editMode === "h"
|
||||
rainbowMode: root.editMode === NColorPickerDialog.EditMode.H
|
||||
topColor: {
|
||||
if (rainbowMode)
|
||||
return "transparent";
|
||||
@@ -758,8 +758,8 @@ Popup {
|
||||
root.colorSelected(root.selectedColor);
|
||||
// Delay close to prevent click propagation to elements behind the dialog
|
||||
Qt.callLater(() => {
|
||||
root.close();
|
||||
});
|
||||
root.close();
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user