Skip to content
Snippets Groups Projects
Commit 883ff544 authored by passscod's avatar passscod
Browse files

new

parent 12421c8b
Branches
No related tags found
No related merge requests found
...@@ -1414,6 +1414,9 @@ void ImageViewer::updateVisible(){ ...@@ -1414,6 +1414,9 @@ void ImageViewer::updateVisible(){
//TODO: Syncronisieren vom Bild //TODO: Syncronisieren vom Bild
// } // }
//} //}
QString message;
message.sprintf("Dimensions: %dx%d",interactionTool.getPicture()->getCurrentLayerAsQ()->width(),interactionTool.getPicture()->getCurrentLayerAsQ()->height());
statusBar()->showMessage(message);
calculateVisible(); calculateVisible();
} }
void ImageViewer::calculateVisible(){ void ImageViewer::calculateVisible(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment