Skip to content

Commit

Permalink
Also hide label "CodePage" for OCCT < 7.8.0
Browse files Browse the repository at this point in the history
KuzemkoA committed May 31, 2024
1 parent e009b14 commit 47f4433
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Part/Gui/DlgImportStep.cpp
Original file line number Diff line number Diff line change
@@ -52,6 +52,7 @@ DlgImportStep::DlgImportStep(QWidget* parent)
}
#if OCC_VERSION_HEX < 0x070800
// hide options that not supported in this OCCT version (7.8.0)
ui->label_6->hide();
ui->checkBoxShowOnImport->hide();
ui->comboBoxImportCodePage->hide();
#endif

0 comments on commit 47f4433

Please sign in to comment.