Skip to content

fix: the incorrect coordinate position display #577

fix: the incorrect coordinate position display

fix: the incorrect coordinate position display #577

Triggered via pull request July 12, 2024 02:01
@add-uosadd-uos
synchronize #500
Status Success
Total duration 1m 3s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
cppcheck: src/main_window.cpp#L2448
Redundant initialization for 'x'. The initialized value is overwritten before it is read.
cppcheck: src/main_window.cpp#L2517
Redundant initialization for 'y'. The initialized value is overwritten before it is read.
cppcheck: src/main_window.cpp#L2546
Redundant initialization for 'y'. The initialized value is overwritten before it is read.
cppcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cppcheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/