]> Dogcows Code - chaz/openbox/blobdiff - otk/label.cc
various fixes to the otk widgets
[chaz/openbox] / otk / label.cc
index 8352fb7a9b82eced7d43520344a0b62632a44810..f0a4b66566b31749b3e0e82829cda4ba07913c82 100644 (file)
@@ -54,7 +54,7 @@ void Label::update()
         internalResize(w, h);
       else
         internalResize(w, _rect.height());
-    } else
+    } else if (h > _rect.height())
       internalResize(_rect.width(), h);
   }
   Widget::update();
This page took 0.019761 seconds and 4 git commands to generate.