tcobbs/ldview

Problem with highlight color

Closed this issue · 3 comments

From Willy Tschager on the ldraw.org forum:

  • Check "Highlight selected line" in the Model Tree dialog
  • Chose a color different from the default light blue to highlight your lines
  • Lines are highligthed with the chosen color, say red
  • Close LDView
  • Start LDView
  • The color in the Model Tree you have chosen is still red but the selected lines are back to be highlighted with the default light blue

Turns out this bug is in the Qt version. @pbartfai, assigning to you.

@tcobbs the color settings is stored in config registry but it does not get applied to model loading. Should I add it to Qt code? Or should it be done by underlaying layer?

Should be fixed.