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)
|
||||
return;
|
||||
|
||||
// XXX: what about OtkWidget::focus()
|
||||
|
||||
assert(_focus_texture);
|
||||
OtkWidget::setTexture(_focus_texture);
|
||||
OtkWidget::update();
|
||||
|
|
Loading…
Reference in a new issue