mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Merge pull request #370 from charlesg99/fix-exit-overview-transparency
Ensure the adjustment of the dynamic transparency when exiting the ov…
This commit is contained in:
@@ -381,8 +381,12 @@ var Intellihide = new Lang.Class({
|
||||
return false;
|
||||
},
|
||||
|
||||
_adjustDynamicTransparency: function() {
|
||||
this._invokeIfExists(this._dtpPanel.panel._updateSolidStyle);
|
||||
},
|
||||
|
||||
_revealPanel: function(immediate) {
|
||||
this._animatePanel(0, immediate, () => this._invokeIfExists(this._dtpPanel.panel._updateSolidStyle));
|
||||
this._animatePanel(0, immediate, this._adjustDynamicTransparency);
|
||||
},
|
||||
|
||||
_hidePanel: function(immediate) {
|
||||
|
||||
Reference in New Issue
Block a user