Revert all devices if core dirty on device choice.

main
Teo Mrnjavac 9 years ago
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…
Cancel
Save