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:
authorTon Roosendaal <ton@blender.org>2013-03-25 19:45:59 +0400
committerTon Roosendaal <ton@blender.org>2013-03-25 19:45:59 +0400
commit40ab9be14a26b5a032fbb5512bc3dc7d0d3c4a2a (patch)
treeae170dd20324e22a841d6a2c85d3af328ffe9974 /source/blender/editors/screen/area.c
parenta5fe1de7f976cb5f8a277ccd8e0b8de5c43b761a (diff)
Bug fix:
On screen/area refresh calls the header scroll offset was cleared too. Probably an old remainder of early 2.5 coding. Should be not needed so much.
Diffstat (limited to 'source/blender/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 2d6e8d0ada0..eb52c06d08f 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -1847,7 +1847,6 @@ void ED_region_header(const bContext *C, ARegion *ar)
void ED_region_header_init(ARegion *ar)
{
- ar->v2d.flag &= ~V2D_IS_INITIALISED;
UI_view2d_region_reinit(&ar->v2d, V2D_COMMONVIEW_HEADER, ar->winx, ar->winy);
}