- 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!

This commit is contained in:
Nathan Letwory
2004-01-08 09:16:19 +00:00
parent 059a846f3a
commit 6e97d0bcd3

View File

@@ -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) {