Description: The drop down arrows are upside down Steps to Reproduce: 1. Open Writer 2. Look at Font or Font size drop down arrow Actual Results: Arrow is oriented upwards Expected Results: Downwards Reproducible: Always User Profile Reset: No Additional Info: Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 7f4868348c14b305fcd75744e1e3544d0d3a5d61 CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: nl-NL Calc: CL threaded
Created attachment 201947 [details] Screenshot
Created attachment 201948 [details] Checkboxes Same for checkboxes
only Windows-OS ? Reproducible with [2025-07-23] Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 7f4868348c14b305fcd75744e1e3544d0d3a5d61 CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Vulkan; VCL: win Locale: ja-JP (ja_JP); UI: en-US Calc: CL threaded Not reproduced with [2025-07-23] Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 7f4868348c14b305fcd75744e1e3544d0d3a5d61 CPU threads: 2; OS: Linux 6.1; UI render: default; VCL: gtk3 Locale: ja-JP (ja_JP.UTF-8); UI: en-US Calc: threaded
This problem occurs in all applications. Also occurs in StartCenter.
No repro o Linux Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 8b60950947e8017b1f0b30538b6ef9a3bab51bee CPU threads: 4; OS: Linux 6.8; UI render: default; VCL: x11 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded
*** Bug 167699 has been marked as a duplicate of this bug. ***
Just some notes * implDrawNativeMenuMark is a starting point where menu checkmarks are drawn (tdf#167699) * removing the minus at nDY at https://opengrok.libreoffice.org/xref/core/vcl/win/gdi/salvd.cxx?r=088a7c7c451321a800ca8d3523a18b6bb93239b7&mo=1201&fi=34#56 "fixes" this specific problem, but indeed that's just a hack, and immediately creates new problems, like missing toolbar button hover effect. Just maybe this helps whoever decides to debug.
Regression after 088a7c7c451321a800ca8d3523a18b6bb93239b7 ;)