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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-01-08 12:16:19 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2004-01-08 12:16:19 +0300
commit6e97d0bcd3abc874ea733d5dcf440fdd098ac43d (patch)
treea8415904faf2fd9bdded8e42ea1053d9f8df17ca /source/blender/src/editscreen.c
parent059a846f3a04d2627c4f9bf9f1313c41f045f9a8 (diff)
- fixing a bug which can lead users to potentially resize windows such that they can't be regained anymore. Also, when removing the header from the userdefs, resizing it to 1 pixel height made it very inaccessible. This problem was reported _and_ fixed by ndh (Andreas Haferburg). Thanks!
Diffstat (limited to 'source/blender/src/editscreen.c')
-rw-r--r--source/blender/src/editscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index 53db6ff62ad..8c940406597 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -2656,7 +2656,7 @@ static void moveareas(ScrEdge *edge)
}
else {
headery= 0;
- areaminy= EDGEWIDTH;
+ areaminy= AREAMINY; /*areaminy= EDGEWIDTH;*/
}
if(sa->v1->flag && sa->v4->flag) {