Texts in Outliner dont activate

Texts in Outliner dont activate on selecting (Text Editor did not change
to selected text) which is a bit inconsistent to other ID types.

ref T90862

Maniphest Tasks: T90862

Differential Revision: https://developer.blender.org/D12412
This commit is contained in:
2021-09-06 16:48:39 +02:00
parent ef29bf9023
commit c33a005297
4 changed files with 34 additions and 10 deletions

View File

@@ -34,6 +34,8 @@ struct UndoStep;
struct UndoType;
struct bContext;
bool ED_text_activate_in_screen(struct bContext *C, struct Text *text);
void ED_text_scroll_to_cursor(struct SpaceText *st, struct ARegion *region, bool center);
bool ED_text_region_location_from_cursor(struct SpaceText *st,