#4016 closed defect (fixed)
Deformed cross symbols in tree views
Reported by: | Jan Kokert | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | low | Milestone: | 1.17.0 |
Component: | OMEdit | Version: | v1.11.0 |
Keywords: | Cc: |
Description
When opening the model library or explore the simulation results tree views are used. In the latest nightly built (x64) (and probably before) the crosses are bit too big I think.
The old WindowsXP standard crosses are the prettiest in my eyes:
Further when I hover over a cross, a white box with a thin black border appears. Obviously a graphic is missing there.
Change History (7)
comment:1 by , 9 years ago
Component: | *unknown* → OMEdit |
---|---|
Owner: | changed from | to
Version: | → v1.11.0-dev-nightly |
comment:2 by , 9 years ago
Milestone: | Future → 1.10.0 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
comment:4 by , 4 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
In the current version (OpenModelica v1.18.0-dev-157-g2a75bf9121) the icons are properly displayed as a left arrow, so I change the status from 'wontFiX' to 'closed'.
Does anyone know since exactly, when we moved to Qt 5.7 to fix that?
Version 0, edited 4 years ago by (next)
comment:5 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:7 by , 4 years ago
Milestone: | → 1.17.0 |
---|
Note:
See TracTickets
for help on using tickets.
The treeview expand/collapse buttons depends on what Windows style you are using. If you like WindowsXP then change you Windows style/theme. You can also just force OMEdit to use WindowsXP style by passing it the command line argument
--style
.The problem, when you hover over a cross and it disappears, is Qt issue. The issue is present in Qt 5.6 which is the version we are using for Windows right now. The problem is solved in Qt version 5.7. Hopefully we will soon move to Qt 5.7.