From: joncruz Date: Tue, 29 Apr 2008 04:18:22 +0000 (+0000) Subject: Make the eraser tool the default tool for an ERASER device X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e9c0d7ece2701baff137563c0d02ffd89e159f53;p=inkscape.git Make the eraser tool the default tool for an ERASER device --- diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp index 5b6972c33..d2b21294c 100644 --- a/src/desktop-events.cpp +++ b/src/desktop-events.cpp @@ -337,7 +337,7 @@ static void init_extended() toolToUse[GDK_SOURCE_PEN] = TOOLS_CALLIGRAPHIC; break; case GDK_SOURCE_ERASER: - toolToUse[GDK_SOURCE_ERASER] = TOOLS_TWEAK; + toolToUse[GDK_SOURCE_ERASER] = TOOLS_ERASER; break; case GDK_SOURCE_CURSOR: toolToUse[GDK_SOURCE_CURSOR] = TOOLS_SELECT;