Should store the filename after opening..

This commit is contained in:
dfighter1985 2014-07-30 15:44:02 +02:00
parent 8caeae31c8
commit 0181dbccf1

View file

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