mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-15 09:29:36 +02:00
bugfix 2623
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user