mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
feat: more slice window alignment options
This commit is contained in:
@@ -43,7 +43,9 @@ public:
|
||||
/// Enforce relations between values
|
||||
void constrain(PreferedProperty prefer = PREFER_NONE);
|
||||
/// Attempt to center the current constraints
|
||||
void centerSelection();
|
||||
void centerSelection();
|
||||
void centerSelectionHorizontally();
|
||||
void centerSelectionVertically();
|
||||
/// Get the sliced image
|
||||
Image getSlice(double scale = 1.0) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user