mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
fix problems with selection going into and returning out of quick search, r=naving, sr=sspitzer 132117 and 132171
This commit is contained in:
parent
c23656f8be
commit
facf1d3a32
@ -844,7 +844,8 @@ nsMsgThreadedDBView::OnNewSearch()
|
||||
m_keys.RemoveAll();
|
||||
m_levels.RemoveAll();
|
||||
m_flags.RemoveAll();
|
||||
|
||||
m_currentlyDisplayedMsgKey = nsMsgKey_None; // need to clear this, so we won't restore it.
|
||||
|
||||
// this needs to happen after we remove all the keys, since RowCountChanged() will call our GetRowCount()
|
||||
if (mOutliner)
|
||||
mOutliner->RowCountChanged(0, -oldSize);
|
||||
|
Loading…
Reference in New Issue
Block a user