summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-19 02:35:12 +0000
committerDana Jansens <danakj@orodu.net>2003-02-19 02:35:12 +0000
commitdfd3f12c5c2c6f0a39d61322f2a42c8255124340 (patch)
tree071036c2449fe69b774026148d23e8dd30a96157 /src
parent1e47e17d08d72d181edc2bde598ad246055655ad (diff)
make labels' parent relative actually work :>
Diffstat (limited to 'src')
-rw-r--r--src/frame.cc1
1 files changed, 0 insertions, 1 deletions
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