Make DrawDigitMode options more clear

This commit is contained in:
thewildmage
2023-06-05 00:50:27 -06:00
parent 5ff4d2a8bc
commit b59c643615
2 changed files with 5 additions and 5 deletions

View File

@@ -32,8 +32,8 @@ protected:
~CalibPressureAdvance() { };
enum class DrawDigitMode {
Horizontal = 0,
Vertical
Left_To_Right = 0,
Bottom_To_Top
};
std::string move_to(Vec2d pt, std::string comment = std::string());