summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-03-11 00:44:54 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-03-11 00:44:54 +0100
commit8b03fb9cff19353a48aaf42ea2840a66fe8df82a (patch)
tree28eff677140b463ff324be0a6c2ae9957c89ccf4 /shortcuts
parent6b81ba5340f26a9de8675dc14a67a5cb1333d88f (diff)
TestShortcutController: verify first run
(bzr r3702.5.4)
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/ShortcutController.cpp1
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);
}
}