Overridden ViewUpdate() for MODULE class, so it handles its pads, drawings and texts.

This commit is contained in:
Maciej Suminski
2013-12-02 14:35:05 +01:00
parent a078fa6779
commit a8bdd44cd1
5 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ void VIEW::clearGroupCache()
}
void VIEW::invalidateItem( VIEW_ITEM* aItem, int aUpdateFlags )
void VIEW::InvalidateItem( VIEW_ITEM* aItem, int aUpdateFlags )
{
// updateLayers updates geometry too, so we do not have to update both of them at the same time
if( aUpdateFlags & VIEW_ITEM::LAYERS )