Update the tile list right away if the image is replaced.

--HG--
branch : gsoc2014-dfighter
hg/feature/cdb-packed
dfighter1985 10 years ago
parent 20edb57761
commit 50b90f9774

@ -827,6 +827,8 @@ void TileEditorMainWindow::onActionReplaceImage( int tabId )
QString fn = fileName.replace( '\\', '/' ); QString fn = fileName.replace( '\\', '/' );
int slashIdx = fn.lastIndexOf( '/' ); int slashIdx = fn.lastIndexOf( '/' );
m_lastTileDir = fn.left( slashIdx ); m_lastTileDir = fn.left( slashIdx );
updateTab();
} }
void TileEditorMainWindow::onTileBankLoaded() void TileEditorMainWindow::onTileBankLoaded()

Loading…
Cancel
Save