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 f6fd139..871c7e8 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -2804,6 +2804,7 @@ void FluxboxWindow::setTitle(const std::string& title, Focusable &client) {
2804 frame().setFocusTitle(title); 2804 frame().setFocusTitle(title);
2805 // relay title to others that display the focus title 2805 // relay title to others that display the focus title
2806 titleSig().emit(title, *this); 2806 titleSig().emit(title, *this);
2807 frame().tabcontainer().repositionItems();
2807} 2808}
2808 2809
2809void FluxboxWindow::frameExtentChanged() { 2810void FluxboxWindow::frameExtentChanged() {