Skip to content

Fix Edit Table dialog with recent pick-once changes#5984

Open
kwvanderlinde wants to merge 3 commits into
RPTools:developfrom
kwvanderlinde:bugfix/5818-column-fixes
Open

Fix Edit Table dialog with recent pick-once changes#5984
kwvanderlinde wants to merge 3 commits into
RPTools:developfrom
kwvanderlinde:bugfix/5818-column-fixes

Conversation

@kwvanderlinde

@kwvanderlinde kwvanderlinde commented Jun 19, 2026

Copy link
Copy Markdown
Collaborator

Identify the Bug or Feature request

Fixes #5818

Description of the Change

This fixes regressions in the Edit Table dialog introduced as part of #5868. The images are now displayed consistently (large when one is present), and the buttons now work regardless of whether the table is pick-once.

The buttons were fixed by using the current column index (there was a getCanonicalColumn() call missing).

LookupTableRow now has getters and setters, allowing it to be observed. LookupTableTableModel reacts to changes in its LookupTableRow to ensure that, among other things, the row height is recalculated as needed.

Possible Drawbacks

None

Documentation Notes

N/A

Release Notes

  • N/A

This change is Reviewable

@kwvanderlinde kwvanderlinde self-assigned this Jun 19, 2026
@kwvanderlinde kwvanderlinde moved this from Todo to Awaiting-Review in MapTool 1.19 Jun 19, 2026
@github-actions github-actions Bot added the feature Adding functionality that adds value label Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Adding functionality that adds value

Projects

Status: Awaiting-Review

Development

Successfully merging this pull request may close these issues.

[Feature]: UI support for pick-once tables

1 participant