]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorvsr <vsr@opencascade.com>
Fri, 3 Aug 2007 11:54:49 +0000 (11:54 +0000)
committervsr <vsr@opencascade.com>
Fri, 3 Aug 2007 11:54:49 +0000 (11:54 +0000)
src/Qtx/QtxPagePrefMgr.cxx

index b28e75f66b030139f062a0b3c60745ed14ee99e5..a6cc00f7902769f2653954796acb3349001b7f03 100644 (file)
@@ -540,6 +540,7 @@ void QtxPagePrefListItem::setFixedSize( const bool on )
 */
 void QtxPagePrefListItem::updateContents()
 {
+  QtxPagePrefItem::updateContents();
   updateVisible();
 }
 
@@ -785,6 +786,7 @@ QtxPagePrefToolBoxItem::~QtxPagePrefToolBoxItem()
 */
 void QtxPagePrefToolBoxItem::updateContents()
 {
+  QtxPagePrefItem::updateContents();
   updateToolBox();
 }
 
@@ -868,6 +870,7 @@ QtxPagePrefTabsItem::~QtxPagePrefTabsItem()
 */
 void QtxPagePrefTabsItem::updateContents()
 {
+  QtxPagePrefItem::updateContents();
   updateTabs();
 }
 
@@ -1064,6 +1067,7 @@ QtxPagePrefFrameItem::~QtxPagePrefFrameItem()
 */
 void QtxPagePrefFrameItem::updateContents()
 {
+  QtxPagePrefItem::updateContents();
   updateFrame();
 }
 
@@ -1322,6 +1326,7 @@ void QtxPagePrefGroupItem::setResource( const QString& sect, const QString& para
 */
 void QtxPagePrefGroupItem::updateContents()
 {
+  QtxPagePrefItem::updateContents();
   myGroup->setTitle( title() );
 
   updateState();