Fix note list rendering at fractional display scaling#769
Fix note list rendering at fractional display scaling#769Shriram-Vasudevan wants to merge 2 commits into
Conversation
|
@nuttyartist Do we have an AI-policy? Personally I'm not a big fan of these fully AI-generated PRs, I mean the OP didn't even bother to let the AI install cmake:
I recently added one in a personal repo if you want an example: https://github.com/zjeffer/split-monitor-workspaces/blob/main/CONTRIBUTING.md |
|
I installed the missing local build tooling and pushed follow-up commit 404e7cf with the clang-format adjustments found by the repo format gate. Verification now run locally:
The build produced only existing/project-wide Qt deprecation and macOS deployment-target linker warnings, not errors in the touched note-list files. |
Summary
Fixes #164.
Verification
git diff --checkc++ -std=c++17 -fsyntax-only -include arm_acle.h ... src/notelistdelegate.cpp src/notelistdelegateeditor.cppagainst locally installed Qt 6.9.2 headersQGuiApplication::setHighDpiScaleFactorRoundingPolicy(...)against Qt 6.9.2 headersI could not run the full CMake build locally because
cmakeis not installed in this environment, andclang-formatis also unavailable locally.