viktorthang / mgwt

Automatically exported from code.google.com/p/mgwt
Other
0 stars 0 forks source link

Default ViewPort Settings #306

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? 
m-gwt-1.1.2

By browsing your code I came across the initialization of the viewport, in 
MGWTSettings.java, Line 250:

viewPort.setUserScaleAble(false).setMinimumScale(1.0).setMinimumScale(1.0).setMa
ximumScale(1.0);

I'm pretty sure this is a  typo and you meant 

viewPort.setUserScaleAble(false).setInitialScale(1.0).setMinimumScale(1.0).setMa
ximumScale(1.0);

best regards, Sebastian

Original issue reported on code.google.com by sebastia...@gmail.com on 20 Jun 2013 at 6:19

GoogleCodeExporter commented 8 years ago
This is already fixed in trunk. Thanks for bringing it up!

Original comment by kurka.da...@gmail.com on 6 Jul 2013 at 9:11