mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
*TreeCtrl: Hopefuly fixed WindowProc in Paint issue
git-svn-id: svn://ultimatepp.org/upp/trunk@2668 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ca6f49d97f
commit
9989cedd2e
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ void TreeCtrl::DoClick(Point p, dword flags, bool down)
|
|||
|
||||
void TreeCtrl::SyncInfo()
|
||||
{
|
||||
if(IsShutdown())
|
||||
if(IsShutdown() || IsPainting())
|
||||
return;
|
||||
if((HasMouse() || info.HasMouse()) && popupex) {
|
||||
Size sz = GetSize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue