Scroll implemented

This commit is contained in:
Sonaion
2019-12-16 19:23:56 +01:00
parent 1c29d564c7
commit 67a72fe487
14 changed files with 75 additions and 13 deletions

View File

@@ -43,6 +43,10 @@ void IntelliTool::onMouseMoved(int x, int y){
Canvas->image->calculateVisiblity();
}
void IntelliTool::onWheelScrolled(int value){
//if needed for future general tasks implement in here
}
void IntelliTool::createToolLayer(){
Area->createTempLayerAfter(Area->activeLayer);
this->Active=&Area->layerBundle[Area->activeLayer];