mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Cosmetic change.
This commit is contained in:
+1
-3
@@ -1144,12 +1144,10 @@ bool MainWindow::importMediaFile(const QString &fileName)
|
||||
image->setPosition((sourceCanvas->width() - image->getWidth() ) / 2.0f,
|
||||
(sourceCanvas->height() - image->getHeight()) / 2.0f );
|
||||
|
||||
|
||||
// update();
|
||||
|
||||
QApplication::restoreOverrideCursor();
|
||||
|
||||
statusBar()->showMessage(tr("File imported"), 2000);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user