layout: Reword a comment

I don't even know what this was trying to say before...
This commit is contained in:
Jasper St. Pierre 2013-02-17 14:10:45 -05:00
parent 73d9ac6c01
commit 641794d458

View File

@ -1186,7 +1186,8 @@ const PressureBarrier = new Lang.Class({
let isOverview = ((Main.keybindingMode & (Shell.KeyBindingMode.OVERVIEW)) != 0); let isOverview = ((Main.keybindingMode & (Shell.KeyBindingMode.OVERVIEW)) != 0);
// Throw out events where the grab is taken by the overview visible // Throw out events where the grab is taken by something that's
// not the overview (modal dialogs, etc.)
if (event.grabbed && !isOverview) if (event.grabbed && !isOverview)
return; return;