Update the tile list right away if the image is replaced.
This commit is contained in:
parent
b41686aa44
commit
0f42cb7f49
1 changed files with 2 additions and 0 deletions
|
@ -827,6 +827,8 @@ void TileEditorMainWindow::onActionReplaceImage( int tabId )
|
|||
QString fn = fileName.replace( '\\', '/' );
|
||||
int slashIdx = fn.lastIndexOf( '/' );
|
||||
m_lastTileDir = fn.left( slashIdx );
|
||||
|
||||
updateTab();
|
||||
}
|
||||
|
||||
void TileEditorMainWindow::onTileBankLoaded()
|
||||
|
|
Loading…
Reference in a new issue