diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-03 22:04:04 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-03 22:04:04 +0000 |
| commit | dda1e49ef9aa93f4f1f733eadbbd49476b88d2df (patch) | |
| tree | 7fb0942690a01539e5eb07a15d9c2b9235074245 /src/flood-context.cpp | |
| parent | modify touchabout target (diff) | |
| download | inkscape-dda1e49ef9aa93f4f1f733eadbbd49476b88d2df.tar.gz inkscape-dda1e49ef9aa93f4f1f733eadbbd49476b88d2df.zip | |
verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic
(bzr r2526)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index 4c9406e67..6c90dff26 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -643,8 +643,6 @@ static gint sp_flood_context_root_handler(SPEventContext *event_context, GdkEven if (!MOD__CTRL_ONLY) ret = TRUE; break; - case GDK_Escape: - sp_desktop_selection(desktop)->clear(); default: break; } |
