fix crashes when using sketch tools

This commit is contained in:
wmayer
2017-11-23 13:22:37 +01:00
parent 83f7f85d08
commit 399dca7cb3

View File

@@ -228,7 +228,7 @@ void removeRedundantHorizontalVertical(Sketcher::SketchObject* psketch,
/* Sketch commands =======================================================*/
static const char cursor_crosshair_color_fmt[] = "+ c #%06lX";
static char cursor_crosshair_color[11];
static char cursor_crosshair_color[12];
void DrawSketchHandler::setCrosshairColor()
{