Fix some AcceptDialog argument types
This commit is contained in:
@ -240,3 +240,11 @@ Validate extension JSON: Error: Field 'classes/EditorPlugin/methods/add_control_
|
||||
|
||||
Added optional argument to add_control_to_bottom_panel and add_control_to_dock to specify a shortcut that toggles the bottom panel/dock's visibility.
|
||||
Compatibility method registered.
|
||||
|
||||
|
||||
GH-89419
|
||||
--------
|
||||
Validate extension JSON: Error: Field 'classes/AcceptDialog/methods/register_text_enter/arguments/0': type changed value in new API, from "Control" to "LineEdit".
|
||||
Validate extension JSON: Error: Field 'classes/AcceptDialog/methods/remove_button/arguments/0': type changed value in new API, from "Control" to "Button".
|
||||
|
||||
Changed argument type to the more specific one actually expected by the method. Compatibility method registered.
|
||||
|
||||
Reference in New Issue
Block a user