]> Dogcows Code - chaz/openbox/commitdiff
make labels' parent relative actually work :>
authorDana Jansens <danakj@orodu.net>
Wed, 19 Feb 2003 02:35:12 +0000 (02:35 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 19 Feb 2003 02:35:12 +0000 (02:35 +0000)
src/frame.cc

index 3e1ba64aeb832c9f7e64d5fb6446d71895982c95..2f0835eed9abef468c9b12e38c51d1e58f9175cb 100644 (file)
@@ -455,7 +455,6 @@ void Frame::renderLabel()
     control->drawImage(*s, 0, 0, 0); // no image but draw the new background
   } else
     control->drawBackground(*s, *tx);
-  control->drawBackground(*s, *tx);
 
   otk::ustring t = _client->title(); // the actual text to draw
   int x = geom.bevel;                // x coord for the text
This page took 0.021997 seconds and 4 git commands to generate.