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>2012-12-16 18:50:50 +0400
committerTon Roosendaal <ton@blender.org>2012-12-16 18:50:50 +0400
commit7b5784e37c8c6e1ea22d3307805e47d1a5ac947b (patch)
tree0930b585ae3a2f224a777d4db5855ffc11c304e6 /source/blender/editors/screen/area.c
parent9a2290cf5fcbd86f6a738d6aead3649796dc06f4 (diff)
Test print in bugfix...
Diffstat (limited to 'source/blender/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 766d114093e..d9fbfe4bd91 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -1302,8 +1302,6 @@ void region_toggle_hidden(bContext *C, ARegion *ar, int do_fade)
ar->flag ^= RGN_FLAG_HIDDEN;
- printf("%d\n", ar->winx);
-
if (do_fade && ar->overlap) {
/* starts a timer, and in end calls the stuff below itself (region_sblend_invoke()) */
region_blend_start(C, sa, ar);