apply curve smoothing to drawn lines
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 17s
Python / test (pull_request) Successful in 29s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m10s

This commit is contained in:
2026-06-20 20:09:03 +02:00
parent e619632077
commit 8a87f86758
3 changed files with 46 additions and 10 deletions
+1 -4
View File
@@ -187,10 +187,7 @@ Item {
return;
}
if (!drawingHandler.point.pressedButtons) {
root.drawing.content.showHover(x, y);
return;
}
root.drawing.content.showHover(x, y);
}
if (!root.visibilities.bar && Config.barConfig.autoHide && y < root.bar.implicitHeight)