Skip to content

Commit

Permalink
Fixes zooming
Browse files Browse the repository at this point in the history
solves bug 3211
  • Loading branch information
goglepox committed Aug 17, 2012
1 parent 865df11 commit 68639b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1000,7 +1000,7 @@ private void resizeControl() {

if (vSelection >= vPage) {
if (vPage <= 0)
vSelection = diagram.y;
vSelection = 0;
yVal = -vSelection + client.height/2-diagram.height/2;
}

Expand Down

0 comments on commit 68639b7

Please sign in to comment.