diff options
Diffstat (limited to 'tksao/frame/base.h')
-rw-r--r-- | tksao/frame/base.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tksao/frame/base.h b/tksao/frame/base.h index 79184b8..4ee4024 100644 --- a/tksao/frame/base.h +++ b/tksao/frame/base.h @@ -249,6 +249,13 @@ public: int useCrosshair; + int precArcsec; + int precArcmin; + int precDeg; + int precLinear; + int precHMS; + int precDMS; + int markerEpsilon; // mouse tolerance for select/edit int showMarkers; int showMarkersText; |