fix crashes when using sketch tools
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user