NTooltip: subtle gradient, NToggle: onEnter, onExited
This commit is contained in:
parent
ce22559ee2
commit
5c9c61cf81
4 changed files with 20 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ PanelWindow {
|
|||
}
|
||||
|
||||
function show() {
|
||||
// Ensure only one panel is visible at a time using Settings as ephemeral store
|
||||
// Ensure only one panel is visible at a time using PanelManager as ephemeral storage
|
||||
try {
|
||||
if (PanelManager.openedPanel && PanelManager.openedPanel !== root && PanelManager.openedPanel.hide) {
|
||||
PanelManager.openedPanel.hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue