change console binding, now its Ctrl+F8, fix console focus issues

This commit is contained in:
Eduardo Bart
2011-10-31 04:04:08 -02:00
parent f3ad9f84de
commit 21b355a012
4 changed files with 3 additions and 8 deletions

View File

@@ -828,7 +828,7 @@ void UIWidget::onGeometryUpdate(const Rect& oldRect, const Rect& newRect)
void UIWidget::onFocusChange(bool focused, Fw::FocusReason reason)
{
callLuaField("onHoverChange", focused, reason);
callLuaField("onFocusChange", focused, reason);
}
void UIWidget::onHoverChange(bool hovered)