kicad/common/gal
Seth Hillbrand 1cc9792cdb Fix snapping dist when disabling grid
The disable grid hotkey should allow the snap scale to be completely
determined by the snapSize and world scale.  This prevents snapRange
from overriding in the case where grid is disabled.

Additionally, we disallow grid snapping when the grid scale is not
visible.  This means that when zoomed out sufficiently to not show the
minor ticks, these minor ticks will not override a snap

Fixes https://gitlab.com/kicad/code/kicad/issues/12303
2022-12-21 17:47:45 -08:00
..
cairo Add/fix some variable initializations 2022-09-25 00:48:38 +01:00
opengl Fix snapping dist when disabling grid 2022-12-21 17:47:45 -08:00
shaders Cleanup naming of shader params/uniforms 2022-05-19 07:49:24 -04:00
CMakeLists.txt Don't link gdiplus everywhere anymore 2022-08-23 23:51:35 -04:00
color4d.cpp Work around more instances of the wxWidgets color string locale bug. 2022-09-30 20:56:25 +01:00
cursors.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
dpi_scaling.cpp Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
gal_display_options.cpp Update GAL observers for all frames, not just calling frame. 2020-10-09 21:30:09 +01:00
graphics_abstraction_layer.cpp Overhaul bitmap text for performance. 2022-05-14 20:09:54 +01:00
hidpi_gl_3D_canvas.cpp 3D viewer: Fix incorrect behavior when moving the scene 2022-07-30 13:27:25 +02:00
hidpi_gl_canvas.cpp Convert mouse coordinates to native pixesl in the 3D viewer 2021-10-10 17:52:12 +01:00