Tooltip for navigator and sidebar buttons.
This commit is contained in:
parent
ff53c05bb2
commit
b09011d39f
@ -76,6 +76,7 @@ OV.PanelSet = class
|
||||
{
|
||||
this.panels.push (panel);
|
||||
let button = OV.AddSvgIcon (this.menuDiv, panel.GetIcon (), 'ov_panel_set_menu_button');
|
||||
button.attr ('title', panel.GetName ());
|
||||
this.panelButtons.push (button);
|
||||
button.click (() => {
|
||||
if (panel === this.GetVisiblePanel ()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user