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:
authorCampbell Barton <ideasman42@gmail.com>2015-12-18 08:02:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-18 08:02:31 +0300
commit4644f08685aac74e9173c704e74f4d6f8cbbf5e3 (patch)
tree6b6be2dc0ec17b44a132969ad0e0207b44a99d48 /source/blender/editors/space_console/console_intern.h
parentdf6264f528ea589fc2d09d70a0e65e47f3cb2ae7 (diff)
Fix T46998: Console zoom doesn't update scrollbars
Diffstat (limited to 'source/blender/editors/space_console/console_intern.h')
-rw-r--r--source/blender/editors/space_console/console_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_console/console_intern.h b/source/blender/editors/space_console/console_intern.h
index d8a4a6fd2bb..5b016b77e9f 100644
--- a/source/blender/editors/space_console/console_intern.h
+++ b/source/blender/editors/space_console/console_intern.h
@@ -49,6 +49,8 @@ ConsoleLine *console_scrollback_add_str(struct SpaceConsole *sc, char *str, bool
ConsoleLine *console_history_verify(const struct bContext *C);
+void console_textview_update_rect(SpaceConsole *sc, ARegion *ar);
+
void CONSOLE_OT_move(struct wmOperatorType *ot);
void CONSOLE_OT_delete(struct wmOperatorType *ot);
void CONSOLE_OT_insert(struct wmOperatorType *ot);