mirror of https://github.com/stella-emu/stella.git
Fix issue #562.
This commit is contained in:
parent
af22833e73
commit
da8333321a
|
@ -108,7 +108,10 @@ void FileListWidget::selectParent()
|
||||||
void FileListWidget::reload()
|
void FileListWidget::reload()
|
||||||
{
|
{
|
||||||
if(_node.exists())
|
if(_node.exists())
|
||||||
setLocation(_node, selected().getName());
|
{
|
||||||
|
_selectedFile = selected().getName();
|
||||||
|
setLocation(_node, _selectedFile);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue