From fcd9c62650dd1bb9c04bfd798d243cb894a8f393 Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 09 Nov 2004 20:21:09 +0000 Subject: remove change from yesterday - the problem isn't the widget it is the advancedfm itself I think. zecke or ar - please take a look on it. I don't understand it. --- diff --git a/libopie2/opieui/otabwidget.cpp b/libopie2/opieui/otabwidget.cpp index 80a4c9b..d23b1c9 100644 --- a/libopie2/opieui/otabwidget.cpp +++ b/libopie2/opieui/otabwidget.cpp @@ -350,7 +350,7 @@ void OTabWidget::selectTab( OTabInfo *tab ) } tabBar->tab( tab->id() )->setText( tab->label() ); tabBar->setCurrentTab( tab->id() ); -// setUpLayout(); + setUpLayout(); tabBar->update(); } else -- cgit v0.9.0.2