From 15215cf154c7d31f1520c259529b719b1fe84b48 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 16 Mar 2011 23:48:39 +0100 Subject: Set an option to disable the disable graphics effects on the tabbar highlight animation. CCBUG:267234 To see if this really works, please deselect the "animated tab highlights" in the Tabs Settings section --- src/application.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index 1813d798..b1712d3e 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -443,6 +443,8 @@ void Application::updateConfiguration() MainView *mv = w.data()->mainView(); mv->updateTabBar(); + mv->tabBar()->setAnimatedTabHighlighting( ReKonfig::animatedTabHighlighting() ); + if (b) mv->tabBar()->setSelectionBehaviorOnRemove(QTabBar::SelectPreviousTab); else -- cgit v1.2.1