From 70eb03ad50e1a71fd64c8cb1ebabbff311850553 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 18 Dec 2002 02:28:44 +0000 Subject: add an OBBackgroundWidget and use it for setting colors so far. --- otk/focuslabel.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'otk/focuslabel.cc') diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc index 007c7957..c4f124e6 100644 --- a/otk/focuslabel.cc +++ b/otk/focuslabel.cc @@ -16,7 +16,6 @@ OtkFocusLabel::OtkFocusLabel(OtkWidget *parent) const ScreenInfo *info = OBDisplay::screenInfo(getScreen()); _xftdraw = XftDrawCreate(OBDisplay::display, getWindow(), info->getVisual(), info->getColormap()); - setStyle(getStyle()); } OtkFocusLabel::~OtkFocusLabel() -- cgit v1.2.3