Column label types mis-named in Labels Dialog

Issue #492 closed
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Have a named type for each column label type and follow the cdt format conventions.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Open small_133x133.cdt
  2. Select View->Labels

CURRENT BEHAVIOR

Column labels are named:

  1. COLUMN LABELS 1
  2. AID
  3. COLUMN LABELS 3

collabeltypesmisnamed.png

EXPECTED BEHAVIOR

Expected column label type names:

  1. COMPLEX
  2. AID
  3. EWEIGHT

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

This used to work. I suspect it has something to do with recent changes to handle no column and/or row labels. So in fixing this, just make sure the other recently fixed issues also remain fixed.

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (9)

  1. Robert Leach reporter
    • changed status to open

    Starting work. This is a low priority item, but one which is glaringly exposed to the user and reflects poorly on the software.

  2. Robert Leach reporter

    This resolves issue #492. Labels are now always re-initialized for their scroll position whenever a change in the label settings changes the max label length.

    This was a trivial fix. previously, I had only been checking if the font size changed in order to re-initialize the scroll positioning. Now, and change in longest label size will cause the positioning to be reset.

    → <<cset e8d393e5ada8>>

  3. Log in to comment