[geany/geany] 1f9bfd: Set push_in parameter to false

Jiří Techet git-noreply at xxxxx
Thu Feb 25 23:05:22 UTC 2016


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Thu, 25 Feb 2016 23:05:22 UTC
Commit:      1f9bfdf65fd43e80975aeb8eea37a427e379785a
             https://github.com/geany/geany/commit/1f9bfdf65fd43e80975aeb8eea37a427e379785a

Log Message:
-----------
Set push_in parameter to false

This behaves a bit strangely when the list is long and when clicked at the
bottom of the screen (the top part of the popup is empty).


Modified Paths:
--------------
    src/symbols.c

Modified: src/symbols.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1892,7 +1892,7 @@ static void goto_popup_position_func(GtkMenu *menu, gint *x, gint *y, gboolean *
 
 	*x += pos_x;
 	*y += pos_y + line_height;
-	*push_in = TRUE;
+	*push_in = FALSE;
 }
 
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list