Oops, these are needed for the texture picker clicker

This commit is contained in:
Lirusaito
2019-02-02 13:57:01 -05:00
parent a45b4ffb43
commit 3546b5777b
2 changed files with 3 additions and 1 deletions

View File

@@ -1306,7 +1306,7 @@ void LLTextureCtrl::setEnabled( BOOL enabled )
mCaption->setEnabled( enabled );
mEnable = enabled;
LLView::setEnabled( enabled );
//LLView::setEnabled( enabled ); // <edit/>
}
void LLTextureCtrl::setValid(BOOL valid )

View File

@@ -150,6 +150,8 @@ public:
void onFloaterCommit(ETexturePickOp op);
void onFloaterCommit(ETexturePickOp op, LLUUID id); // tag: vaa emerald local_asset_browser
bool canChange() { return mEnable; } // <edit/>
// This call is returned when a drag is detected. Your callback
// should return TRUE if the drag is acceptable.
void setDragCallback(drag_n_drop_callback cb) { mDragCallback = cb; }