slint/internal/compiler/tests/syntax/focus
Olivier Goffart c553eb4398
compiler: Don't panic when using foo.focus(something)
Just ignore the case where focus has more argument that planed as it has
been reported as an error earlier.

Also fix the error message for calling member function with the wrong
number of argument to not include the base in the count.

Fix #4883
2024-03-19 11:06:08 +01:00
..
focus_invalid.slint Fix panic when using foward-focus with non-element binding 2024-01-30 10:09:07 +01:00
focus_not_called.slint Don't require components that use forward-focus to be inlined 2024-01-26 12:16:09 +01:00
focus_wrong_args.slint compiler: Don't panic when using foo.focus(something) 2024-03-19 11:06:08 +01:00
initial_focus_non_input.slint Don't require components that use forward-focus to be inlined 2024-01-26 12:16:09 +01:00