fix description not updating when using down key

This commit is contained in:
Ramen2X 2022-04-15 20:28:59 -04:00
parent 9f25f271f8
commit 6e31e00f14

View file

@ -1801,6 +1801,7 @@ void CPropertyGrid::FocusNextItem()
{
// simple move forward
MoveForward(m_focused_section, m_focused_item);
GetOwner()->SendMessage(WM_PG_SELECTIONCHANGED, m_focused_item);
// ensure visible
CRect rc(0,0,0,0);