mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 05:53:26 +02:00
change console binding, now its Ctrl+F8, fix console focus issues
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user