Should store the filename after opening..

This commit is contained in:
dfighter1985 2014-07-30 15:44:02 +02:00
parent 8ea69d4b81
commit 6386c5aac4

View file

@ -259,6 +259,8 @@ void TileEditorMainWindow::open()
// Put the loaded data into the GUI
onTileBankLoaded();
m_fileName = fn;
}
void TileEditorMainWindow::onZoomFactor(int level)