Tool dialog: disable "Hide Empty Measurements" checkbox when input data is "Size and height"
--HG-- branch : develop
This commit is contained in:
parent
1f51d0122f
commit
77a24bba0b
|
@ -896,6 +896,9 @@ void DialogTool::EvalFormula()
|
||||||
*/
|
*/
|
||||||
void DialogTool::SizeHeight()
|
void DialogTool::SizeHeight()
|
||||||
{
|
{
|
||||||
|
SCASSERT(checkBoxHideEmpty != nullptr);
|
||||||
|
checkBoxHideEmpty->setEnabled(false);
|
||||||
|
|
||||||
SCASSERT(listWidget != nullptr);
|
SCASSERT(listWidget != nullptr);
|
||||||
listWidget->blockSignals(true);
|
listWidget->blockSignals(true);
|
||||||
listWidget->clear();
|
listWidget->clear();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user