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>2014-10-27 17:37:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-10-27 17:40:04 +0300
commit9a98fad2e02af95774ae9ed83ad60c8b41c2a03c (patch)
treeceacbd3f78a9535c961ab3843c69fc0c8bb35161 /source/blender
parent9c9b145dabb9b5d4c13b06c12030c1b5dbd670bf (diff)
Fix assert's, remove uiEndBlock calls
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/interface/interface_templates.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index b0bea42e3bc..6e67fecf915 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -1900,7 +1900,6 @@ static uiBlock *curvemap_clipping_func(bContext *C, ARegion *ar, void *cumap_v)
uiBlockSetDirection(block, UI_RIGHT);
- uiEndBlock(C, block);
return block;
}
@@ -1975,7 +1974,6 @@ static uiBlock *curvemap_tools_posslope_func(bContext *C, ARegion *ar, void *cum
uiBlockSetDirection(block, UI_RIGHT);
uiTextBoundsBlock(block, 50);
- uiEndBlock(C, block);
return block;
}
@@ -2003,7 +2001,6 @@ static uiBlock *curvemap_tools_negslope_func(bContext *C, ARegion *ar, void *cum
uiBlockSetDirection(block, UI_RIGHT);
uiTextBoundsBlock(block, 50);
- uiEndBlock(C, block);
return block;
}
@@ -2027,7 +2024,6 @@ static uiBlock *curvemap_brush_tools_func(bContext *C, ARegion *ar, void *cumap_
uiBlockSetDirection(block, UI_RIGHT);
uiTextBoundsBlock(block, 50);
- uiEndBlock(C, block);
return block;
}