From 2c21506e061cf7697b8f29eca7bc1ac0b65213d7 Mon Sep 17 00:00:00 2001 From: apl Date: Mon, 20 Aug 2012 06:23:59 +0000 Subject: [PATCH] QDS_Datum::AddTo(...) insert units wrapper into layout instead of the wrapped widget. --- src/QDS/QDS_Datum.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QDS/QDS_Datum.cxx b/src/QDS/QDS_Datum.cxx index c84d2cf45..177992b0e 100644 --- a/src/QDS/QDS_Datum.cxx +++ b/src/QDS/QDS_Datum.cxx @@ -1087,7 +1087,7 @@ void QDS_Datum::addTo( QHBoxLayout* l ) if ( wrapper( Control ) ) l->addWidget( wrapper( Control ) ); if ( wrapper( Units ) ) - l->addWidget( unitsWidget() ); + l->addWidget( wrapper( Units ) ); } /*! -- 2.39.2