]> Dogcows Code - chaz/openbox/blobdiff - otk/label.cc
add an OBBackgroundWidget and use it for setting colors so far.
[chaz/openbox] / otk / label.cc
index fa12a0fa2f2fdb8226161f2bb0fb12ba9503041f..ceb6a49cc2a9cf7c082f585741f7d8b34d73deb8 100644 (file)
@@ -14,8 +14,6 @@ OtkLabel::OtkLabel(OtkWidget *parent)
   const ScreenInfo *info = OBDisplay::screenInfo(getScreen());
   _xftdraw = XftDrawCreate(OBDisplay::display, getWindow(), info->getVisual(),
                            info->getColormap());
-  
-  setStyle(getStyle());
 }
 
 OtkLabel::~OtkLabel()
This page took 0.02387 seconds and 4 git commands to generate.