Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ImageCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ImageCollection : public TreeItem
MirrorVertical, /** Whether to mirror the image and coordinates vertically */

Start = Name, /** Column start */
End = Conversion /** Column End */
End = MirrorVertical /** Column End */
};

public: // Nested image class
Expand Down
Loading