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>2018-06-20 12:13:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-20 12:13:07 +0300
commitf58fa57b834274f02de8f7ba955bd2c3f8578c03 (patch)
tree08f8ae45097e46b4f1492bbf0a670a243191d18c /source/blender/editors/interface
parent6d21450a61a91b633b7cadd7a8f12fbfec6b9f93 (diff)
UI: fix "Edit Source" operator
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/interface/interface_ops.c b/source/blender/editors/interface/interface_ops.c
index 6fcede58737..aad48d13277 100644
--- a/source/blender/editors/interface/interface_ops.c
+++ b/source/blender/editors/interface/interface_ops.c
@@ -1004,6 +1004,7 @@ static int editsource_exec(bContext *C, wmOperator *op)
ui_editsource_active_but_set(but);
/* redraw and get active button python info */
+ ED_region_do_layout(C, ar);
ED_region_do_draw(C, ar);
ar->do_draw = false;