This commit is contained in:
AshBastian
2020-01-10 12:28:55 +01:00
parent 048fae53fb
commit 74d2d30fe0
4 changed files with 43 additions and 25 deletions

View File

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