bugfix 2623

This commit is contained in:
2008-06-01 19:02:58 +00:00
parent 0f6f034cdd
commit 94059c7c0b
+2 -1
View File
@@ -658,7 +658,8 @@ void RuleSetView::updateCell( const int row, const int col )
ProjectPanel*pp= pps[i];
if (pp!=m_project)
{
pp->getCurrentRuleSetView()->updateAll();
if (pp->getCurrentRuleSetView()!=NULL)
pp->getCurrentRuleSetView()->updateAll();
}
}
}