Fix buttonConfig not updating tool size

presentation
Ulrich Huber 7 years ago
parent b9fa4d33cc
commit 1177ac9309
  1. 2
      src/control/settings/ButtonConfig.cpp

@ -51,7 +51,7 @@ void ButtonConfig::acceptActions(ToolHandler* toolHandler)
toolHandler->selectTool(this->action, false);
if (this->action == TOOL_PEN || this->action == TOOL_HILIGHTER)
if (this->action == TOOL_PEN || this->action == TOOL_HILIGHTER || this->action == TOOL_ERASER)
{
if (this->drawingType != DRAWING_TYPE_DONT_CHANGE)

Loading…
Cancel
Save