LibreCAD / LibreCAD

LibreCAD is a cross-platform 2D CAD program written in C++17. It can read DXF/DWG files and can write DXF/PDF/SVG files. It supports point/line/circle/ellipse/parabola/spline primitives. The user interface is highly customizable, and has dozens of translations.
http://librecad.org/
Other
4.37k stars 1k forks source link

[small feature] Toolbar expansion icon could change to point up (or left to right) after toolbar expands #1565

Closed leo-smi closed 1 year ago

leo-smi commented 1 year ago

Expected behavior

The expasion icon could change

Observed behavior

The expanse icon do not changes

Steps to reproduce or sample file

1 - Open a blank project 2 - Organize a toolbar in a way that appears a collapse mode image 3 - Click on the expand icon image 4 - Observe that the expand icon keeps the same, I suggest the icon to point up OR CHANGE THE CURRENT ICON FROM LEFT TO RIGHT image

Operating System and LibreCAD version info

Windows 10 Version: 2.2.0-rc4 Compiler: GNU GCC 12.1.0 Compiled on: Jun 7 2022 Qt Version: 5.12.11 Boost Version: 1.75.0

lordofbikes commented 1 year ago

I marked this as os specific, because my Linux version does not have these marks at all.

This is either an os specific feature of the Qt framework or of Windows itself. Widget decoration is in the responsibility of the operating systems window management, this little mark is not actively controlled by LibreCAD code.