From fad26de4ac0a52e60bda7b6f963dfca41dbf5bb8 Mon Sep 17 00:00:00 2001 From: Gord Allott Date: Tue, 14 Sep 2010 10:05:33 +0100 Subject: fixes lp:620427 - launcher does not contract if a menu is open (bzr r495.2.2) --- unity-private/launcher/scroller-controller.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unity-private/launcher') diff --git a/unity-private/launcher/scroller-controller.vala b/unity-private/launcher/scroller-controller.vala index 493c5482a..332fb4600 100644 --- a/unity-private/launcher/scroller-controller.vala +++ b/unity-private/launcher/scroller-controller.vala @@ -351,7 +351,7 @@ namespace Unity.Launcher // if the actor is not in the model, add it. because its now in there! // find the index at this position - int model_index = view.get_model_index_at_y_pos_no_anim (y, true); + int model_index = view.get_model_index_at_y_pos_no_anim (y - 24, true); if (model_index < 0) return; //we have to check to see if we would still be over the index -- cgit v1.2.3