https://bugs.documentfoundation.org/show_bug.cgi?id=154269
--- Comment #5 from Jim Raykowski <[email protected]> --- (In reply to V Stuart Foote from comment #4) > @Jim, confirm the Find bar list box and Navigator's repeat use does not > follow the count if changed, so assume its count is fixed, maybe the default > 10? I looked but couldn't find where. svx/source/dialog/srchdlg.cxx SvxSearchDialog ctor //tdf#122322 nRememberSize = officecfg::Office::Common::Misc::FindReplaceRememberedSearches::get(); if (nRememberSize<1) nRememberSize = 1; //0 crashes with no results found svx/source/tbxctrls/tbunosearchcontrollers.cxx FindTextFieldControl::Remember_Impl if (nCount == REMEMBER_SIZE) m_xWidget->remove(REMEMBER_SIZE-1); -- You are receiving this mail because: You are the assignee for the bug.
