diff --git a/chrome/content/zotero/xpcom/prefs.js b/chrome/content/zotero/xpcom/prefs.js index 1453b0e936..688c9f18c1 100644 --- a/chrome/content/zotero/xpcom/prefs.js +++ b/chrome/content/zotero/xpcom/prefs.js @@ -230,6 +230,9 @@ Zotero.Prefs = new function(){ Zotero.getActiveZoteroPane().collectionsView && Zotero.getActiveZoteroPane().collectionsView.updateFontSize(); Zotero.getActiveZoteroPane().itemsView && Zotero.getActiveZoteroPane().itemsView.updateFontSize(); }], + ["recursiveCollections", function() { + Zotero.getActiveZoteroPane().itemsView.refreshAndMaintainSelection(); + }], [ "layout", function(val) { Zotero.getActiveZoteroPane().updateLayout(); }],