make labels' parent relative actually work :>

This commit is contained in:
Dana Jansens 2003-02-19 02:35:12 +00:00
parent 1e47e17d08
commit dfd3f12c5c

View file

@ -455,7 +455,6 @@ void Frame::renderLabel()
control->drawImage(*s, 0, 0, 0); // no image but draw the new background control->drawImage(*s, 0, 0, 0); // no image but draw the new background
} else } else
control->drawBackground(*s, *tx); control->drawBackground(*s, *tx);
control->drawBackground(*s, *tx);
otk::ustring t = _client->title(); // the actual text to draw otk::ustring t = _client->title(); // the actual text to draw
int x = geom.bevel; // x coord for the text int x = geom.bevel; // x coord for the text