Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
7b5fdb02bff8
Commit
7dfa7830
authored
Jun 22, 2011
by
Roald Frederickx
Browse files
shouldn't this be reversed?
--HG-- branch : 550d
parent
9475f40924e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
menu.c
View file @
7b5fdb02
...
...
@@ -350,6 +350,12 @@ menu_display(
while
(
menu
)
{
icon_drawn
=
0
;
if
(
menu
->
priv
)
{
menu_draw_icon
(
x
,
y
,
MNI_BOOL
(
*
(
int
*
)
menu
->
priv
),
0
);
}
if
(
!
show_only_selected
||
menu
->
selected
)
{
menu
->
display
(
...
...
@@ -360,11 +366,6 @@ menu_display(
);
}
if
(
menu
->
priv
)
{
menu_draw_icon
(
x
,
y
,
MNI_BOOL
(
*
(
int
*
)
menu
->
priv
),
0
);
}
if
(
menu
->
selected
&&
menu
->
help
)
bmp_printf
(
FONT
(
FONT_MED
,
COLOR_WHITE
,
COLOR_BLACK
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment