cursor crosshair + outline of pen width
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 14s
Python / test (pull_request) Successful in 32s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m7s

This commit is contained in:
2026-06-22 11:52:11 +02:00
parent 2f3f41cedd
commit 80d5f13663
6 changed files with 95 additions and 23 deletions
+1
View File
@@ -13,6 +13,7 @@ struct Stroke {
QColor color;
float width;
int groupId = -1;
bool isSinglePoint = false;
};
};