blef
This commit is contained in:
parent
0cb338e00d
commit
2efa2b3271
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ void OtkFocusWidget::focus(void)
|
||||||
if (_focused)
|
if (_focused)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
// XXX: what about OtkWidget::focus()
|
||||||
|
|
||||||
assert(_focus_texture);
|
assert(_focus_texture);
|
||||||
OtkWidget::setTexture(_focus_texture);
|
OtkWidget::setTexture(_focus_texture);
|
||||||
OtkWidget::update();
|
OtkWidget::update();
|
||||||
|
|
Loading…
Reference in a new issue