Merge branch 'dev-colorpalette' into dev

This commit is contained in:
2020-01-16 11:19:23 +01:00
12 changed files with 251 additions and 135 deletions

View File

@@ -47,6 +47,7 @@ void IntelliTool::onMouseMoved(int x, int y){
void IntelliTool::onWheelScrolled(int value){
//if needed for future general tasks implement in here
Area->DummyGui->setToolWidth(value+Toolsettings->getLineWidth());
}
bool IntelliTool::createToolLayer(){