mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 22:04:01 -06:00
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:
parent
3bb3770846
commit
2aaeef5dfb
1 changed files with 2 additions and 0 deletions
|
|
@ -552,6 +552,8 @@ void DisplayPopup::Set(Ctrl *_ctrl, const Rect& _item,
|
|||
margin = _margin;
|
||||
Sync();
|
||||
}
|
||||
else
|
||||
Refresh();
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue