ui: default image slice selection to center

This commit is contained in:
Brendan Hagan
2022-06-13 23:40:26 -04:00
parent b9fa4c5b66
commit c2fea6bd96
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -42,6 +42,8 @@ public:
/// Enforce relations between values
void constrain(PreferedProperty prefer = PREFER_NONE);
/// Attempt to center the current constraints
void centerSelection();
/// Get the sliced image
Image getSlice() const;