]> Dogcows Code - chaz/openbox/blobdiff - otk/focuswidget.cc
various fixes to the otk widgets
[chaz/openbox] / otk / focuswidget.cc
index e3973dc233d81b40b1607114c1513a54187ce322..b8e18d7875596580749836939224880293765bd4 100644 (file)
@@ -53,6 +53,8 @@ void FocusWidget::setTexture(RenderTexture *texture)
 {
   Widget::setTexture(texture);
   _focus_texture = texture;
+  if (!_focused)
+    Widget::setTexture(_unfocus_texture);
 }
 
 void FocusWidget::setBorderColor(const RenderColor *color)
This page took 0.020713 seconds and 4 git commands to generate.