From: Dana Jansens Date: Wed, 19 Feb 2003 02:35:12 +0000 (+0000) Subject: make labels' parent relative actually work :> X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=dfd3f12c5c2c6f0a39d61322f2a42c8255124340;p=chaz%2Fopenbox make labels' parent relative actually work :> --- diff --git a/src/frame.cc b/src/frame.cc index 3e1ba64a..2f0835ee 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -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