Browse Source
VIEW::ViewGetLOD() returns double now instead of int.
VIEW::ViewGetLOD() returns double now instead of int.
ViewGetLOD() returns the minimal value of a zoom to show an item. However a zoom is a double, and using int as minimal value does not allows setting a correct value in some cases.pull/16/head
18 changed files with 50 additions and 49 deletions
-
8gerbview/gerber_draw_item.cpp
-
2gerbview/gerber_draw_item.h
-
2include/class_pcb_group.h
-
4include/view/view_item.h
-
6pcbnew/class_edge_mod.cpp
-
2pcbnew/class_edge_mod.h
-
7pcbnew/class_module.cpp
-
2pcbnew/class_module.h
-
8pcbnew/class_pad.cpp
-
2pcbnew/class_pad.h
-
6pcbnew/class_pcb_group.cpp
-
8pcbnew/class_text_mod.cpp
-
2pcbnew/class_text_mod.h
-
16pcbnew/class_track.cpp
-
4pcbnew/class_track.h
-
12pcbnew/class_zone.cpp
-
4pcbnew/class_zone.h
-
4pcbnew/pcb_painter.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue