fix: don't activate hover for widgets in top left corner on startup
This commit is contained in:
parent
470967981b
commit
f56326be80
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ input_listeners: EventHandler.List,
|
|||
keyboard_focus: ?Widget = null,
|
||||
mini_mode: ?MiniModeState = null,
|
||||
hover_focus: ?*Widget = null,
|
||||
last_hover_x: c_int = 0,
|
||||
last_hover_y: c_int = 0,
|
||||
last_hover_x: c_int = -1,
|
||||
last_hover_y: c_int = -1,
|
||||
commands: Commands = undefined,
|
||||
logger: log.Logger,
|
||||
drag_source: ?*Widget = null,
|
||||
|
|
Loading…
Add table
Reference in a new issue