[Overview] Allow selecting windows in lightbox mode
Make the event blocking done by Lightbox optional - leave it activated when displaying the run dialog, but deactivate it when highlighting windows in the overview. https://bugzilla.gnome.org/show_bug.cgi?id=602774
This commit is contained in:
@ -216,7 +216,7 @@ RunDialog.prototype = {
|
||||
height: global.screen_height });
|
||||
global.stage.add_actor(this._group);
|
||||
|
||||
let lightbox = new Lightbox.Lightbox(this._group);
|
||||
let lightbox = new Lightbox.Lightbox(this._group, true);
|
||||
|
||||
this._boxH = new Big.Box({ orientation: Big.BoxOrientation.HORIZONTAL,
|
||||
x_align: Big.BoxAlignment.CENTER,
|
||||
|
Reference in New Issue
Block a user