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
642d7dc8ee7d
Commit
2154f6e2
authored
Jun 18, 2011
by
a1ex
Browse files
AF Frame should be hidden even if GlobalDraw is off
--HG-- branch : 550d
parent
82811257f5c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweaks.c
View file @
642d7dc8
...
@@ -343,7 +343,7 @@ tweak_task( void* unused)
...
@@ -343,7 +343,7 @@ tweak_task( void* unused)
expsim_update
();
expsim_update
();
if
(
af_frame_autohide
&&
afframe_countdown
&&
zebra_should_run
())
if
(
af_frame_autohide
&&
afframe_countdown
&&
liveview_display_idle
())
{
{
afframe_countdown
--
;
afframe_countdown
--
;
if
(
!
afframe_countdown
)
if
(
!
afframe_countdown
)
...
...
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