]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.cc
various fixes to the otk widgets
[chaz/openbox] / otk / focuslabel.cc
index 8ac328e7122d639a892f359fb789ef3de78cd066..bd74aa94fde064de2addd49ffb3545276d41a89b 100644 (file)
@@ -58,7 +58,7 @@ void FocusLabel::update()
         internalResize(w, h);
       else
         internalResize(w, _rect.height());
-    } else
+    } else if (h > _rect.height())
       internalResize(_rect.width(), h);
   }
   FocusWidget::update();
This page took 0.019998 seconds and 4 git commands to generate.