mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Update transparency on geometry reset
This commit is contained in:
@@ -423,11 +423,9 @@ var PreviewMenu = Utils.defineClass({
|
||||
fixed: Me.settings.get_boolean('window-preview-fixed-y')
|
||||
};
|
||||
|
||||
if (this.panel.dynamicTransparency) {
|
||||
alphaBg = Me.settings.get_boolean('preview-use-custom-opacity') ?
|
||||
Me.settings.get_int('preview-custom-opacity') * .01 :
|
||||
this.panel.dynamicTransparency.alpha;
|
||||
}
|
||||
alphaBg = Me.settings.get_boolean('preview-use-custom-opacity') ?
|
||||
Me.settings.get_int('preview-custom-opacity') * .01 :
|
||||
this.panel.dynamicTransparency.alpha;
|
||||
},
|
||||
|
||||
_updateClip: function() {
|
||||
|
||||
Reference in New Issue
Block a user