https://bugs.documentfoundation.org/show_bug.cgi?id=164287
--- Comment #15 from Alex Thurgood <[email protected]> --- (In reply to Alex Thurgood from comment #14) Maybe the following block of code ? void SwAddressPreview::RemoveSelectedAddress() { m_pImpl->aAddresses.erase(m_pImpl->aAddresses.begin() + m_pImpl->nSelectedAddress); if(m_pImpl->nSelectedAddress) --m_pImpl->nSelectedAddress; UpdateScrollBar(); Invalidate(); } -- You are receiving this mail because: You are the assignee for the bug.
