summaryrefslogtreecommitdiff
path: root/otk/label.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-27 19:11:09 +0000
committerDana Jansens <danakj@orodu.net>2003-01-27 19:11:09 +0000
commit9999922623158c296ce5485f7416103cdef863ca (patch)
tree71b48c2a26f3db1fb70167af1018c42c47cbadf0 /otk/label.cc
parentf55419c19bd4ceee2d6e2994e02e0336bba027b4 (diff)
setStyle in the constructor of each child widget
Diffstat (limited to 'otk/label.cc')
-rw-r--r--otk/label.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/label.cc b/otk/label.cc
index 41e5cd14..bb8083ab 100644
--- a/otk/label.cc
+++ b/otk/label.cc
@@ -11,6 +11,7 @@ namespace otk {
Label::Label(Widget *parent)
: Widget(parent), _text("")
{
+ setStyle(_style);
}
Label::~Label()