Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2021-09-06 17:48:39 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2021-09-29 16:07:13 +0300
commitc33a005297ea21d0afafea96579d13607b309d7d (patch)
tree2b3ac0e82933a5febd21c0987c66150700c9137d /source/blender/editors/include
parentef29bf9023f54667db7a0c2898d12a3bce0873ed (diff)
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
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_text.h b/source/blender/editors/include/ED_text.h
index 2284c82b3d5..6e012ec1a91 100644
--- a/source/blender/editors/include/ED_text.h
+++ b/source/blender/editors/include/ED_text.h
@@ -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,