mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-22 23:28:03 -05:00
fix description not updating when using down key
This commit is contained in:
parent
9f25f271f8
commit
6e31e00f14
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue