diff options
author | markt <markt> | 2007-11-04 22:42:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-04 22:42:01 (GMT) |
commit | 4c72b13a880c9c87ddd195a01d5e884436336451 (patch) | |
tree | 4ea07af36477fe9b8c7ffe3a591802f5755d75ea /src/Window.cc | |
parent | ab01fc56fddf6dffcc42e68402c981c192b5ac3e (diff) | |
download | fluxbox_pavel-4c72b13a880c9c87ddd195a01d5e884436336451.zip fluxbox_pavel-4c72b13a880c9c87ddd195a01d5e884436336451.tar.bz2 |
update autoraise delay for open windows on reconfigure
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 1 |
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(); |