- 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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user