mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix for a bug: a command with id 8001 is the same as 800 (create group) but called from a popup (another caption). so we let it to be handled just as command id 800.
This commit is contained in:
parent
650baae06d
commit
bfce8429ee
@ -95,6 +95,7 @@ bool GroupGUI::OnGUIEvent( int theCommandID, SUIT_Desktop* parent )
|
|||||||
|
|
||||||
switch ( theCommandID ) {
|
switch ( theCommandID ) {
|
||||||
case 800:
|
case 800:
|
||||||
|
case 8001:
|
||||||
aDlg = new GroupGUI_GroupDlg( GroupGUI_GroupDlg::CreateGroup, parent, "");
|
aDlg = new GroupGUI_GroupDlg( GroupGUI_GroupDlg::CreateGroup, parent, "");
|
||||||
break;
|
break;
|
||||||
case 801:
|
case 801:
|
||||||
|
Loading…
Reference in New Issue
Block a user