Created attachment 187929 [details] The notes column is black no matter what theme is used *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Please remove this comment after reading and before submitting - thanks! *** SUMMARY STEPS TO REPRODUCE 1. Get latest Marknote 2. Open the app 3. Make a note and notice the column is black. OBSERVED RESULT Note list column is always black. EXPECTED RESULT Note list column should be the colour defined by the theme SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: 6.18.2-arch2-1 (64-bit) KDE Plasma Version: 6.5.4 KDE Frameworks Version: 6.21.0 Qt Version: 6.10.1 ADDITIONAL INFORMATION
Confirmed for latest version of marknote running on arch rolling. KDE 6.5.4. Is this a bug or a request? The column should at least be grey.
This is a bug I was able to fix the column locally but I've never pushed a change through git before and I didn't think my change was correct.
If you want, send the commit code here for one of us to check first or just go for it. How
Okeedokee, I'll hold off doing a commit and let you integetrate this change here's the info and i'll attach the changed file if I can. File: src/qml/NotesPage.qml Line ~26 — page background Lines ~414–418 — Delegates.RoundedItemDelegate theme block (the actual fix) Line ~23 — now-unused property color backgroundColor Those are the only lines that changed for the fix.
Created attachment 187958 [details] The fixed file, to stop the black background bug.