Revert all devices if core dirty on device choice.

This commit is contained in:
Teo Mrnjavac 2016-02-09 13:02:51 +01:00
parent 3ea110524a
commit 877fa98ea6

View File

@ -306,7 +306,7 @@ ChoicePage::applyDeviceChoice()
if ( m_core->isDirty() )
{
m_core->revertDevice( selectedDevice() );
m_core->revertAllDevices();
}
Device* currd = selectedDevice();