mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-13 03:03:07 +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)
|
void SMESHGUI_GroupDlg::onSelectColorGroup(bool on)
|
||||||
{
|
{
|
||||||
if (on) {
|
if (!on)
|
||||||
setSelectionMode(7);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
myColorSpinBox->setValue(0);
|
myColorSpinBox->setValue(0);
|
||||||
myCurrentLineEdit = 0;
|
|
||||||
if (myTypeId != -1)
|
|
||||||
setSelectionMode(myTypeId);
|
|
||||||
}
|
|
||||||
myColorSpinBox->setEnabled(on);
|
myColorSpinBox->setEnabled(on);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user