Removed crash code for testing

presentation
Andreas Butti 7 years ago
parent 349681f825
commit 38aaa55840
  1. 5
      src/control/Control.cpp

@ -662,12 +662,7 @@ void Control::actionPerformed(ActionType type, ActionGroup group, GdkEvent* even
}
break;
case ACTION_TOOL_FILL:
{
int* x = NULL;
*x = 0;
setFill(enabled);
}
break;
case ACTION_SIZE_VERY_THIN:

Loading…
Cancel
Save