From 4638c11f127d420818e2356359ae6f2223fb4407 Mon Sep 17 00:00:00 2001 From: alwin Date: Mon, 08 Nov 2004 23:09:11 +0000 Subject: ui. in BigScreenmode it had an deep recursion in layout setup. I had just commented out that line (353) - it seems to work now, but I'm not sure if it is correct. I think, this widget should be checked carefully. --- (limited to 'libopie2') diff --git a/libopie2/opieui/otabwidget.cpp b/libopie2/opieui/otabwidget.cpp index d23b1c9..80a4c9b 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