]> Dogcows Code - chaz/openbox/blobdiff - src/frame.cc
dont use a const_iterator
[chaz/openbox] / src / frame.cc
index e186e898020acac07cb9877a7dbc63e71682583a..cd73f29ad1addc9db3cefec49d0776d765691d92 100644 (file)
@@ -153,7 +153,7 @@ void Frame::adjustSize()
     _titlebar.setGeometry(-bwidth,
                           -bwidth,
                           width,
-                          _style->labelFont()->height() + bevel * 2);
+                          _style->labelFont()->height() + (bevel * 2));
     _innersize.top += _titlebar.height() + bwidth;
 
     // set the label size
This page took 0.019725 seconds and 4 git commands to generate.