aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 9184a80..8e46900 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1059,6 +1059,7 @@ void FluxboxWindow::reconfigure() {
1059 grabButtons(); 1059 grabButtons();
1060 1060
1061 frame().setDoubleClickTime(Fluxbox::instance()->getDoubleClickInterval()); 1061 frame().setDoubleClickTime(Fluxbox::instance()->getDoubleClickInterval());
1062 m_timer.setTimeout(Fluxbox::instance()->getAutoRaiseDelay());
1062 1063
1063 updateButtons(); 1064 updateButtons();
1064 frame().reconfigure(); 1065 frame().reconfigure();