diff options
| author | John Smith <john.smith7545@yahoo.com> | 2013-02-01 06:47:04 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2013-02-01 06:47:04 +0000 |
| commit | 5801c9a1acae9403433ff60c8d3e6a02c3abb056 (patch) | |
| tree | d081f23f492b733955ed8c297198d5f2e187f450 /src/event-context.cpp | |
| parent | Path::OutlineJoin. for inside join, simplify nodes only for obtuse angle (Bug... (diff) | |
| download | inkscape-5801c9a1acae9403433ff60c8d3e6a02c3abb056.tar.gz inkscape-5801c9a1acae9403433ff60c8d3e6a02c3abb056.zip | |
Fix for 1091582 : Problem when entering space in text after space tool toggling.
(bzr r12085)
Diffstat (limited to 'src/event-context.cpp')
| -rw-r--r-- | src/event-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event-context.cpp b/src/event-context.cpp index 096b310c3..11b814aab 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -712,6 +712,7 @@ static gint sp_event_context_private_root_handler( sp_toggle_selector(desktop); ret = TRUE; } + within_tolerance = false; break; case GDK_KEY_Q: case GDK_KEY_q: |
