Fixed low bug EXT-2319 - Unable to save new Pick.

--HG--
branch : product-engine
master
Dmitry Zaporozhan 2009-11-09 13:55:55 +02:00
parent ecb35d25ef
commit f2f5779748
1 changed files with 2 additions and 1 deletions

View File

@ -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()