Implement ProcEvents for framing tool
* Add new events to ProcEvents * Add new events to refresh map under RESIZE category * Add new strings for displaying events in history panel * Hook up GUI events with emitting ProcEvents
This commit is contained in:
@@ -2014,12 +2014,15 @@ struct FramingParams {
|
||||
SHORT // Use short side of image
|
||||
};
|
||||
|
||||
// Indicates to use the image aspect ratio for border
|
||||
static constexpr double AS_IMAGE_ASPECT_RATIO = 0.0;
|
||||
|
||||
FramingParams();
|
||||
|
||||
bool enabled;
|
||||
|
||||
FramingMethod framingMethod;
|
||||
double aspectRatio; // 0 - Use aspect ratio of image
|
||||
double aspectRatio;
|
||||
Orientation orientation;
|
||||
int framedWidth;
|
||||
int framedHeight;
|
||||
|
Reference in New Issue
Block a user