You've already forked godot
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:
committed by
Jean-Michel Bernard
parent
7be7623d69
commit
71fb89390f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user