Revert all devices if core dirty on device choice.
This commit is contained in:
parent
3ea110524a
commit
877fa98ea6
@ -306,7 +306,7 @@ ChoicePage::applyDeviceChoice()
|
|||||||
|
|
||||||
if ( m_core->isDirty() )
|
if ( m_core->isDirty() )
|
||||||
{
|
{
|
||||||
m_core->revertDevice( selectedDevice() );
|
m_core->revertAllDevices();
|
||||||
}
|
}
|
||||||
|
|
||||||
Device* currd = selectedDevice();
|
Device* currd = selectedDevice();
|
||||||
|
Loading…
Reference in New Issue
Block a user