Refresh() added to DisplayPopup::Set to make TreeCtrl::RefreshItem redraw the info popup

git-svn-id: svn://ultimatepp.org/upp/trunk@655 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
rylek 2008-11-19 19:21:36 +00:00
parent 3bb3770846
commit 2aaeef5dfb

View file

@ -552,6 +552,8 @@ void DisplayPopup::Set(Ctrl *_ctrl, const Rect& _item,
margin = _margin;
Sync();
}
else
Refresh();
}
END_UPP_NAMESPACE