mirror of https://github.com/stella-emu/stella.git
fixed unwanted website openings
This commit is contained in:
parent
e706c0d800
commit
fb7418bd6a
|
@ -71,6 +71,7 @@ void RomInfoWidget::clearProperties()
|
||||||
// Decide whether the information should be shown immediately
|
// Decide whether the information should be shown immediately
|
||||||
if(instance().eventHandler().state() == EventHandlerState::LAUNCHER)
|
if(instance().eventHandler().state() == EventHandlerState::LAUNCHER)
|
||||||
setDirty();
|
setDirty();
|
||||||
|
myUrl.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
Loading…
Reference in New Issue