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