Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
7b7329803a2d
Commit
c9a64055
authored
Aug 23, 2018
by
alex@thinkpad
Browse files
Follow focus: removed top icon when using LCD sensor
(was redundant and conflicting with ML top bar) --HG-- branch : lua_fix
parent
65e0b68e30ce
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lcdsensor.c
View file @
7b732980
...
...
@@ -166,7 +166,6 @@ void display_lcd_remote_icon(int x0, int y0)
}
else
if
(
lcd_release_running
==
0
&&
is_follow_focus_active
()
&&
get_follow_focus_mode
()
==
1
&&
lv
)
{
bmp_printf
(
FONT_MED
,
x0
-
10
,
y0
,
"FF%s"
,
get_follow_focus_dir_h
()
*
lcd_ff_dir
>
0
?
"-"
:
"+"
);
bmp_printf
(
FONT_LARGE
,
650
,
50
,
"FF%s"
,
get_follow_focus_dir_h
()
*
lcd_ff_dir
>
0
?
"-"
:
"+"
);
}
}
...
...
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