projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f78410
)
setStyle in the constructor
author
Dana Jansens
<danakj@orodu.net>
Tue, 28 Jan 2003 00:30:57 +0000
(
00:30
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Tue, 28 Jan 2003 00:30:57 +0000
(
00:30
+0000)
otk/focuslabel.cc
patch
|
blob
|
history
diff --git
a/otk/focuslabel.cc
b/otk/focuslabel.cc
index 08f2af86823123792075b66f7f2209cbb79c49c6..6d034794a3973d20847688ab2f5174a085d9c5bf 100644
(file)
--- a/
otk/focuslabel.cc
+++ b/
otk/focuslabel.cc
@@
-13,6
+13,7
@@
namespace otk {
FocusLabel::FocusLabel(Widget *parent)
: FocusWidget(parent), _text("")
{
+ setStyle(_style);
}
FocusLabel::~FocusLabel()