Hi Lin,
I had this discussion with Atsushi - that is, he pointed the same problem out.
Firstly, the problem occurs only when you are zoomed in.
Secondly, the fraction should go from -.499 to +.5 (not .0 to .99)
Thirdly, what I did implement after Atsushi's "complaining" is, that
there are now "Priithon preferences", i.e.
_priConf.viewerShowFloatCoordsWhenZoomingIn can be set to False if you
prefer.
>>> dir(_priConfig)
['_autoSaveSessionPath', 'autoSaveSessionCommands',
'autoSaveSessionDir', 'autoSaveSessionFn', 'defaultGfxColor',
'saveSessionDefaultPrefix', 'viewer2maxNumColors', 'viewerBkgColor',
'viewerShowFloatCoordsWhenZoomingIn']
>>>
What do you say?
-Sebastian