diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-11-06 12:21:21 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-06 12:21:21 -0800 |
commit | 113c7edf60b65a68510f75fdda69ba5b22dc23f0 (patch) | |
tree | 43945fc7fe1fbbecf6baeae10fa58353ea59da34 /indra/newview/llpanelmediasettingsgeneral.h | |
parent | dbd749d533532368f209c5d5687a38cf9b4f1657 (diff) |
FIX DEV-41587: Update current URL in draw()
The current URL is now re-fetched from the current selection.
Also did some minor refactoring
Diffstat (limited to 'indra/newview/llpanelmediasettingsgeneral.h')
-rw-r--r-- | indra/newview/llpanelmediasettingsgeneral.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llpanelmediasettingsgeneral.h b/indra/newview/llpanelmediasettingsgeneral.h index e82a31382e..b48e081a1b 100644 --- a/indra/newview/llpanelmediasettingsgeneral.h +++ b/indra/newview/llpanelmediasettingsgeneral.h @@ -63,7 +63,6 @@ public: bool navigateHomeSelectedFace(); void updateMediaPreview(); - void updateCurrentURL(); const std::string getHomeUrl(); @@ -72,8 +71,12 @@ protected: bool mMediaEditable; private: + void updateCurrentUrl(); + static void onBtnResetCurrentUrl(LLUICtrl* ctrl, void *userdata); static void onCommitHomeURL(LLUICtrl* ctrl, void *userdata ); + + static bool isMultiple(); LLComboBox* mControls; LLCheckBoxCtrl* mAutoLoop; |