Skip to content

Fix enum end#128

Merged
alxvth merged 1 commit intomasterfrom
feature/FixTableColumnNames
Apr 30, 2026
Merged

Fix enum end#128
alxvth merged 1 commit intomasterfrom
feature/FixTableColumnNames

Conversation

@alxvth
Copy link
Copy Markdown
Contributor

@alxvth alxvth commented Apr 30, 2026

Fixes a wrong UI heading:

#114 added a couple of entries to the ImageCollection::Column but did not adjust end End entry. That is referenced in ImageCollection::Image::Column for setting the first value. This let to the situation where this switch could never be reached:

switch (static_cast<ImageCollection::Image::Column>(section)) {

Instead of using "Dimension name" a column heading in the loader dialog would show "Mirror vertically".

@alxvth alxvth requested a review from ThomasKroes April 30, 2026 12:22
@alxvth alxvth merged commit bbd3df4 into master Apr 30, 2026
4 checks passed
@alxvth alxvth deleted the feature/FixTableColumnNames branch April 30, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants