Quote:
Originally Posted by chaley
The Refresh GUI action doesn't tell the tag browser to refresh the tree. To do that you must do
Code:
gui.tags_view.recount()
|
This uses a bigger hammer to do the tag browser reset and might work better in your situation. In particular, it works with external changes to the list of categories to show or hide. If you don't do that then the recount() will work and will be faster.
Code:
gui.tags_view.model().reset_tag_browser()