Fix missing icon animations with intellihide

This commit is contained in:
Charles Gagnon
2020-07-07 16:02:36 -04:00
parent 8fffe0edbb
commit cddc28d8c6

View File

@@ -344,8 +344,11 @@ var Intellihide = Utils.defineClass({
},
_revealPanel: function(immediate) {
this._panelBox.visible = true;
this._dtpPanel.taskbar._shownInitially = false;
if (!this._panelBox.visible) {
this._panelBox.visible = true;
this._dtpPanel.taskbar._shownInitially = false;
}
this._animatePanel(0, immediate);
},