mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
overviewControls: reset translation as well when entering overview
https://bugzilla.gnome.org/show_bug.cgi?id=693974
This commit is contained in:
parent
87495575bc
commit
0705901bce
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ const SlidingControl = new Lang.Class({
|
|||
// entering the overview
|
||||
this.visible = true;
|
||||
this.layout.slideX = this.getSlide();
|
||||
this.actor.translation_x = 0;
|
||||
},
|
||||
|
||||
_onDragBegin: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue