[Sketcher] Solver message updated when toggling driving in datum dialog
This commit is contained in:
committed by
abdullahtahiriyo
parent
294b753f51
commit
eede55f75b
@@ -210,6 +210,8 @@ void EditDatumDialog::drivingToggled(bool state)
|
||||
ui_ins_datum->labelEdit->setToLastUsedValue();
|
||||
}
|
||||
sketch->setDriving(ConstrNbr, !state);
|
||||
if(!sketch->noRecomputes) // if noRecomputes, solve() is already done by setDriving()
|
||||
sketch->solve();
|
||||
}
|
||||
|
||||
void EditDatumDialog::datumChanged()
|
||||
|
||||
Reference in New Issue
Block a user