refactor: simplify tui.drag_button type
This commit is contained in:
parent
ba86f34669
commit
998ee051ba
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ last_hover_y: c_int = -1,
|
|||
commands: Commands = undefined,
|
||||
logger: log.Logger,
|
||||
drag_source: ?*Widget = null,
|
||||
drag_button: ?input.MouseType = null,
|
||||
drag_button: input.MouseType = 0,
|
||||
dark_theme: Widget.Theme,
|
||||
dark_parsed_theme: ?std.json.Parsed(Widget.Theme),
|
||||
light_theme: Widget.Theme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue