Fix leftover connection to the "Open" signal in FileSystemDock
Fixes #28903.
This commit is contained in:
parent
996abb83e3
commit
be8dc97be7
@ -5997,7 +5997,6 @@ EditorNode::EditorNode() {
|
|||||||
node_dock = memnew(NodeDock);
|
node_dock = memnew(NodeDock);
|
||||||
|
|
||||||
filesystem_dock = memnew(FileSystemDock(this));
|
filesystem_dock = memnew(FileSystemDock(this));
|
||||||
filesystem_dock->connect("open", this, "open_request");
|
|
||||||
filesystem_dock->connect("inherit", this, "_inherit_request");
|
filesystem_dock->connect("inherit", this, "_inherit_request");
|
||||||
filesystem_dock->connect("instance", this, "_instance_request");
|
filesystem_dock->connect("instance", this, "_instance_request");
|
||||||
filesystem_dock->connect("display_mode_changed", this, "_save_docks");
|
filesystem_dock->connect("display_mode_changed", this, "_save_docks");
|
||||||
|
@ -613,7 +613,7 @@ void LineEdit::_notification(int p_what) {
|
|||||||
#endif
|
#endif
|
||||||
case NOTIFICATION_RESIZED: {
|
case NOTIFICATION_RESIZED: {
|
||||||
|
|
||||||
window_pos = 0; //force scroll back since it's expanding to text length
|
window_pos = 0;
|
||||||
set_cursor_position(get_cursor_position());
|
set_cursor_position(get_cursor_position());
|
||||||
|
|
||||||
} break;
|
} break;
|
||||||
|
Loading…
Reference in New Issue
Block a user