summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-03-16 23:48:39 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-03-16 23:48:39 +0100
commit15215cf154c7d31f1520c259529b719b1fe84b48 (patch)
tree6c5d4734e5bd7ea766477c5739a8af38cbfbb2de /src/application.cpp
parentDelete url popup on resize/move (diff)
downloadrekonq-15215cf154c7d31f1520c259529b719b1fe84b48.tar.xz
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
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp2
1 files changed, 2 insertions, 0 deletions
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