Prevent icon animation when revealing panel

This commit is contained in:
CharlesG
2020-03-10 10:27:25 -04:00
parent d5cb791d1f
commit 4556d5d9e6

View File

@@ -357,6 +357,7 @@ var Intellihide = Utils.defineClass({
_revealPanel: function(immediate) {
this._panelBox.visible = true;
this._dtpPanel.taskbar._shownInitially = false;
this._animatePanel(0, immediate);
},