Comment 12 for bug 1798329

Revision history for this message
Tomasz Wlostowski (twlostow) wrote : Re: V6 r11539 GUI issues

@Jeff, this looks like a problem with the caching that you enabled some time ago. I left it off because an uncached view doesn't require update notifications of the items that have been changed by a tool (in Sebastian's case, a property window). We can fix it in two ways:
- add view->Update(item) wherever an item is changed,
- disable caching.

Tom