summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Window.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 1053ee3..3b9534b 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -2144,6 +2144,7 @@ void FluxboxWindow::propertyNotifyEvent(WinClient &client, Atom atom) {
2144 unsigned int old_max_height = client.maxHeight(); 2144 unsigned int old_max_height = client.maxHeight();
2145 bool changed = false; 2145 bool changed = false;
2146 client.updateWMNormalHints(); 2146 client.updateWMNormalHints();
2147 updateSizeHints();
2147 2148
2148 if (client.minWidth() != old_min_width || 2149 if (client.minWidth() != old_min_width ||
2149 client.maxWidth() != old_max_width || 2150 client.maxWidth() != old_max_width ||