Fixed low bug EXT-2319 - Unable to save new Pick.
--HG-- branch : product-enginemaster
parent
ecb35d25ef
commit
f2f5779748
|
|
@ -438,7 +438,8 @@ void LLPanelPickEdit::resetDirty()
|
|||
|
||||
BOOL LLPanelPickEdit::isDirty() const
|
||||
{
|
||||
if( LLPanelPickInfo::isDirty()
|
||||
if( mNewPick
|
||||
|| LLPanelPickInfo::isDirty()
|
||||
|| mLocationChanged
|
||||
|| mSnapshotCtrl->isDirty()
|
||||
|| getChild<LLLineEditor>("pick_name")->isDirty()
|
||||
|
|
|
|||
Loading…
Reference in New Issue