Satisfy Issue 1916: Local Gesture Preview/Play
Adds a dropdown option to gesture preview button to preview locally. Note that any chat commands in gestures will still work as they normally would! Translators: do your thing or hold your peace. (floater_preview_gesture.xml) These code changes will look nicer viewer without space changes~
This commit is contained in:
@@ -137,7 +137,7 @@ protected:
|
||||
|
||||
void onCommitActive();
|
||||
void onClickSave();
|
||||
void onClickPreview();
|
||||
void onClickPreview(bool local);
|
||||
|
||||
void onDonePreview(LLMultiGesture* gesture);
|
||||
|
||||
@@ -170,7 +170,7 @@ protected:
|
||||
|
||||
LLCheckBoxCtrl* mActiveCheck;
|
||||
LLButton* mSaveBtn;
|
||||
LLButton* mPreviewBtn;
|
||||
class LLFlyoutButton* mPreviewBtn;
|
||||
|
||||
LLMultiGesture* mPreviewGesture;
|
||||
BOOL mDirty;
|
||||
|
||||
Reference in New Issue
Block a user