Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperepujal <perepujal>2011-05-09 23:34:27 (GMT)
committer perepujal <perepujal>2011-05-09 23:34:27 (GMT)
commit471ff3c80ab040cddf6d248af73f852c790b25e8 (patch)
treec8d00fa46bb5a8ecc3b2219dd7c1e50d6dded237
parent6b3c26b34fd0464d0cebd0ec2818ab8e2ca0efda (diff)
To many switchouts.
-rw-r--r--src/tuxpaint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tuxpaint.c b/src/tuxpaint.c
index b844819..ec7d759 100644
--- a/src/tuxpaint.c
+++ b/src/tuxpaint.c
@@ -3609,7 +3609,7 @@ static void mainloop(void)
WARNING: this must be kept in sync with the mouse-move
code (for cursor changes) and mouse-scroll code. */
- magic_switchout(canvas);
+ // magic_switchout(canvas);
if (cur_tool == TOOL_BRUSH || cur_tool == TOOL_STAMP ||
cur_tool == TOOL_SHAPES || cur_tool == TOOL_LINES ||
@@ -4303,7 +4303,7 @@ static void mainloop(void)
if (valid_click(event.button.button))
{
- magic_switchout(canvas);
+ // magic_switchout(canvas);
if (whichc >= 0 && whichc < NUM_COLORS)
{