Should store the filename after opening..
This commit is contained in:
parent
8ea69d4b81
commit
6386c5aac4
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ void TileEditorMainWindow::open()
|
|||
|
||||
// Put the loaded data into the GUI
|
||||
onTileBankLoaded();
|
||||
|
||||
m_fileName = fn;
|
||||
}
|
||||
|
||||
void TileEditorMainWindow::onZoomFactor(int level)
|
||||
|
|
Loading…
Reference in a new issue