viewSelector: don't change page on drag begin
We now slide in controls as appropriate when a drag is started. https://bugzilla.gnome.org/show_bug.cgi?id=682050
This commit is contained in:
parent
45415a742f
commit
f7512dc540
@ -128,9 +128,6 @@ const ViewSelector = new Lang.Class({
|
|||||||
|
|
||||||
global.focus_manager.add_group(this._searchResults.actor);
|
global.focus_manager.add_group(this._searchResults.actor);
|
||||||
|
|
||||||
Main.overview.connect('item-drag-begin',
|
|
||||||
Lang.bind(this, this._resetShowAppsButton));
|
|
||||||
|
|
||||||
this._stageKeyPressId = 0;
|
this._stageKeyPressId = 0;
|
||||||
Main.overview.connect('showing', Lang.bind(this,
|
Main.overview.connect('showing', Lang.bind(this,
|
||||||
function () {
|
function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user