PD: fix crash on Windows when loading PD workbench
This commit is contained in:
@@ -175,7 +175,7 @@ void TaskChamferParameters::onCheckBoxUseAllEdgesToggled(bool checked)
|
||||
void TaskChamferParameters::setButtons(const selectionModes mode)
|
||||
{
|
||||
ui->buttonRefSel->setChecked(mode == refSel);
|
||||
ui->buttonRefSel->setText(mode == refSel ? btnPreviewStr : btnSelectStr);
|
||||
ui->buttonRefSel->setText(mode == refSel ? btnPreviewStr() : btnSelectStr());
|
||||
}
|
||||
|
||||
void TaskChamferParameters::onRefDeleted()
|
||||
|
||||
Reference in New Issue
Block a user