diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-11 00:44:54 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-03-11 00:44:54 +0100 |
| commit | 8b03fb9cff19353a48aaf42ea2840a66fe8df82a (patch) | |
| tree | 28eff677140b463ff324be0a6c2ae9957c89ccf4 /shortcuts | |
| parent | 6b81ba5340f26a9de8675dc14a67a5cb1333d88f (diff) | |
TestShortcutController: verify first run
(bzr r3702.5.4)
Diffstat (limited to 'shortcuts')
| -rw-r--r-- | shortcuts/ShortcutController.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shortcuts/ShortcutController.cpp b/shortcuts/ShortcutController.cpp index a2570888b..5f56bf99d 100644 --- a/shortcuts/ShortcutController.cpp +++ b/shortcuts/ShortcutController.cpp @@ -200,6 +200,7 @@ void Controller::Hide() { view_->live_background = false; view_->closable = false; + first_run = false; animation::StartOrReverse(fade_animator_, animation::Direction::BACKWARD); } } |
