viewSelector: emit a signal when the view is empty
This is very a useful point in time when the size of the side controls can change without affecting any visible view. Emit a signal at that time. https://bugzilla.gnome.org/show_bug.cgi?id=693924
This commit is contained in:
parent
278686dc48
commit
153d3045ed
@ -205,6 +205,8 @@ const ViewSelector = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_fadePageIn: function() {
|
_fadePageIn: function() {
|
||||||
|
this.emit('page-empty');
|
||||||
|
|
||||||
this._activePage.show();
|
this._activePage.show();
|
||||||
Tweener.addTween(this._activePage,
|
Tweener.addTween(this._activePage,
|
||||||
{ opacity: 255,
|
{ opacity: 255,
|
||||||
|
Loading…
Reference in New Issue
Block a user