Size of resize point on annotation is updated wrong

Bug #1844240 reported by Kenneth Yrke Jørgensen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
TAPAAL
Fix Released
Low
Unassigned
Dev
Fix Released
Low
Kenneth Yrke Jørgensen

Bug Description

To Reproduce:

Open a Net with an annotation note
Zoom to 300%
Zoom to 40%

Select the annotation note. The size of the resize point are now as big as when zoom to 300%.

Error in setZoom()
   if (getZoom() >= 220) {
    SIZE = 5;
   } else if (getZoom() >= 120) {
    SIZE = 4;
   } else if (getZoom() >= 60) {
    SIZE = 3;
   }
No default case

Related branches

Changed in tapaal:
importance: Undecided → Low
Changed in tapaal:
status: New → Fix Committed
Jiri Srba (srba)
Changed in tapaal:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.