Comment on disabled coordinate drawing code.

presentation
Martin Lellep 7 years ago
parent 269dc53bf5
commit 3abdae8ac6
  1. 3
      src/control/Tool.h

@ -33,7 +33,8 @@ enum ToolType
TOOL_DRAW_RECT = 12,
TOOL_DRAW_CIRCLE = 13,
TOOL_DRAW_ARROW = 14,
// TOOL_DRAW_COORDINATE_SYSTEM = 15,
// I have to disable this here as it leads to a runtime error ("XojTypeCheck failed")
// TOOL_DRAW_COORDINATE_SYSTEM = 15,
TOOL_END_ENTRY
};

Loading…
Cancel
Save