summaryrefslogtreecommitdiff
path: root/navit/navit_shipped.xml
diff options
context:
space:
mode:
authormdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-02-11 13:01:37 +0000
committermdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-02-11 13:01:37 +0000
commitf9036e6d49f2c2d1b8cfabc291151ff9201cfd77 (patch)
tree6deb62c5bdd30a1bacba805e5fd0272f4d5db529 /navit/navit_shipped.xml
parent851cf090a58091cb525cd6704465749ffc699e25 (diff)
downloadnavit-svn-f9036e6d49f2c2d1b8cfabc291151ff9201cfd77.tar.gz
Fix:gui_internal:Allow gui.menu() to be called from osd button without strange mouse behavior after leving menu.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4931 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit_shipped.xml')
-rw-r--r--navit/navit_shipped.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index 18b2b49a..a3fc960b 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -103,7 +103,7 @@ Navigation</text></img>
Usage of negative values change the button origins. x="0" y="0" specifies the top left, x="-0" y="-0" the bottom right corner.
It's always the top left corner of the icon, so you need to consider the icon's size when you enter the values. -->
<osd enabled="no" type="button" x="0" y="0" command="gui.fullscreen=!gui.fullscreen" src="toggle_fullscreen.xpm"/>
- <osd enabled="no" type="button" x="-96" y="0" command="gui.menu()" src="menu.xpm"/>
+ <osd enabled="no" type="button" x="-96" y="0" command="gui.menu(1)" src="menu.xpm"/>
<osd enabled="no" type="button" x="-96" y="-96" command="zoom_in()" src="zoom_in.png"/>
<osd enabled="no" type="button" x="0" y="-96" command="zoom_out()" src="zoom_out.png"/>