diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-01-20 18:06:46 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-01-20 18:06:46 +0000 |
| commit | 73317394a0079e3602e6c596f8d2a249d5b4a114 (patch) | |
| tree | c0e35ccd87757aab6dc558b059a03c459e12cc59 /src | |
| parent | Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #16... (diff) | |
| download | inkscape-73317394a0079e3602e6c596f8d2a249d5b4a114.tar.gz inkscape-73317394a0079e3602e6c596f8d2a249d5b4a114.zip | |
Fix for bug #1270287 (The toolbox buttons toggle between being pressed and released).
Fixed bugs:
- https://launchpad.net/bugs/1270287
(bzr r12961)
Diffstat (limited to 'src')
| -rw-r--r-- | src/desktop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index bf3b70d43..364b5e930 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -668,6 +668,7 @@ void SPDesktop::set_event_context2(const std::string& toolName) old_tool->finish(); delete old_tool; } else { + _event_context_changed_signal.emit(this, event_context); return; } } |
