]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
no message
authorstv <stv@opencascade.com>
Tue, 28 Feb 2006 07:44:51 +0000 (07:44 +0000)
committerstv <stv@opencascade.com>
Tue, 28 Feb 2006 07:44:51 +0000 (07:44 +0000)
src/Qtx/QtxDialog.cxx

index 347479e55e750abf86f45059958bee56275ad4c3..ac51c602f51b38c7ea0758e99a398050d558c72e 100755 (executable)
@@ -231,7 +231,7 @@ void QtxDialog::Area::layoutButtons()
                else if ( aPosition == QtxDialog::Left )
                        left.append( it.current() );
                else if ( aPosition == QtxDialog::Right )
-                       right.append( it.current() );
+      buttonId[it.current()] < 0 ? right.prepend( it.current() ) : right.append( it.current() );
                else if ( aPosition == QtxDialog::Center )
                        center.append( it.current() );
        }