mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
dialog resizing corrections
This commit is contained in:
parent
02a0683598
commit
b5a527a169
@ -422,7 +422,7 @@ void BasicGUI_PointDlg::ConstructorsClicked(int constructorId)
|
|||||||
|
|
||||||
qApp->processEvents();
|
qApp->processEvents();
|
||||||
updateGeometry();
|
updateGeometry();
|
||||||
resize( minimumSizeHint() );
|
resize( 100, 100 );
|
||||||
|
|
||||||
SelectionIntoArgument();
|
SelectionIntoArgument();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user