1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Save script editor's function list split offset with the editor layout

This commit is contained in:
jmb462
2022-02-02 22:35:40 +01:00
committed by Jean-Michel Bernard
parent 7be7623d69
commit 71fb89390f
2 changed files with 12 additions and 6 deletions

View File

@@ -418,7 +418,7 @@ class ScriptEditor : public PanelContainer {
void _tree_changed();
void _script_split_dragged(float);
void _split_dragged(float);
Variant get_drag_data_fw(const Point2 &p_point, Control *p_from);
bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const;