mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #100913 from larspet/tooltip-hover-oob
Prevent tooltip from showing when hovering past the end of script line
This commit is contained in:
@@ -309,3 +309,10 @@ Validate extension JSON: API was removed: classes/EditorSceneFormatImporter/meth
|
||||
|
||||
This virtual method, and the internal public `get_import_flags`, were never used by the engine, since it was open sourced.
|
||||
So we're removing it despite the compat breakage as there's no way for users to rely on this affecting engine behavior.
|
||||
|
||||
|
||||
GH-100913
|
||||
---------
|
||||
Validate extension JSON: Error: Field 'classes/TextEdit/methods/get_line_column_at_pos/arguments': size changed value in new API, from 2 to 3.
|
||||
|
||||
Added optional argument to disallow positions that are outside the column range of the line. Compatibility method registered.
|
||||
|
||||
Reference in New Issue
Block a user