mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-13 00:13:08 +05:00
Fix for bug IPAL12088.
This commit is contained in:
parent
1b7af775cb
commit
368c7752ed
@ -1116,15 +1116,9 @@ void SMESHGUI_GroupDlg::onSelectGeomGroup(bool on)
|
||||
//=================================================================================
|
||||
void SMESHGUI_GroupDlg::onSelectColorGroup(bool on)
|
||||
{
|
||||
if (on) {
|
||||
setSelectionMode(7);
|
||||
}
|
||||
else {
|
||||
if (!on)
|
||||
myColorSpinBox->setValue(0);
|
||||
myCurrentLineEdit = 0;
|
||||
if (myTypeId != -1)
|
||||
setSelectionMode(myTypeId);
|
||||
}
|
||||
|
||||
myColorSpinBox->setEnabled(on);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user