diff options
| author | Jason Smith <jason.smith@canonical.com> | 2010-12-16 04:32:16 -0500 |
|---|---|---|
| committer | Jason Smith <jason.smith@canonical.com> | 2010-12-16 04:32:16 -0500 |
| commit | d51c9878f5099d58f292bacb9e6f85904ba22c95 (patch) | |
| tree | 4a8060102f2dd24c48f221b0fda7cf20d9d8a690 /src | |
| parent | a7aa47249d64ccc8280ffc171358808ef5523945 (diff) | |
make sure our hover state is correct after an icon drag
(bzr r712.1.2)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Launcher.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Launcher.cpp b/src/Launcher.cpp index f8531d7ce..e3ad4916e 100644 --- a/src/Launcher.cpp +++ b/src/Launcher.cpp @@ -1693,6 +1693,7 @@ void Launcher::RecvMouseUp(int x, int y, unsigned long button_flags, unsigned lo _launcher_action_state = ACTION_NONE; _dnd_delta_x = 0; _dnd_delta_y = 0; + EnsureHoverState (); EnsureAnimation (); } |
