diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-21 13:55:09 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-21 13:55:09 +0200 |
commit | 4cb3634932fe8175fb878894cce584bfb8bba8c6 (patch) | |
tree | b439d5d814fce8e60f2819d14429f04c64057e83 /indra/newview/llpanelsnapshot.h | |
parent | 0c36f481f13493801788ef233b96a2bfe5a44060 (diff) |
EXP-1630 FIXED Only show snapshot size spinners and "Constrain proportions" checkbox when Custom resolution is selected.
Diffstat (limited to 'indra/newview/llpanelsnapshot.h')
-rw-r--r-- | indra/newview/llpanelsnapshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelsnapshot.h b/indra/newview/llpanelsnapshot.h index 7adb2fabc7..f3274cf594 100644 --- a/indra/newview/llpanelsnapshot.h +++ b/indra/newview/llpanelsnapshot.h @@ -44,6 +44,7 @@ public: virtual std::string getHeightSpinnerName() const = 0; virtual std::string getAspectRatioCBName() const = 0; virtual std::string getImageSizeComboName() const = 0; + virtual std::string getImageSizePanelName() const = 0; virtual S32 getTypedPreviewWidth() const; virtual S32 getTypedPreviewHeight() const; |