mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 05:51:23 +08:00
Fix access violation trying to use already destroyed context
This commit is contained in:
@@ -84,10 +84,7 @@ namespace BlackGui
|
|||||||
}
|
}
|
||||||
|
|
||||||
CSettingsSimulatorComponent::~CSettingsSimulatorComponent()
|
CSettingsSimulatorComponent::~CSettingsSimulatorComponent()
|
||||||
{
|
{ }
|
||||||
if (!m_enabledSimulators.isSaved())
|
|
||||||
sGui->getIContextApplication()->saveSettings(m_enabledSimulators.getKey());
|
|
||||||
}
|
|
||||||
|
|
||||||
void CSettingsSimulatorComponent::setGuiValues()
|
void CSettingsSimulatorComponent::setGuiValues()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user