git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9411
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// We have to call this here because the label in
// question might just have been added and no screen
// update taken place.
// We have to call this here because the label in
// question might just have been added and no screen
// update taken place.
- if (m_dirty) wxYield();
+ if (m_dirty) wxYieldIfNeeded();
wxGenericTreeItem *gitem = (wxGenericTreeItem*) item.m_pItem;
wxGenericTreeItem *gitem = (wxGenericTreeItem*) item.m_pItem;
// We have to call this here because the label in
// question might just have been added and no screen
// update taken place.
// We have to call this here because the label in
// question might just have been added and no screen
// update taken place.
- if (m_dirty) wxYield();
+ if (m_dirty) wxYieldIfNeeded();
wxClientDC dc(this);
PrepareDC(dc);
wxClientDC dc(this);
PrepareDC(dc);
// We have to call this here because the label in
// question might just have been added and no screen
// update taken place.
// We have to call this here because the label in
// question might just have been added and no screen
// update taken place.
- if (m_dirty) wxYield();
+ if (m_dirty) wxYieldIfNeeded();
wxString s = m_currentEdit->GetText();
int x = m_currentEdit->GetX();
wxString s = m_currentEdit->GetText();
int x = m_currentEdit->GetX();
// highlight the current drop target if any
DrawDropEffect(m_dropTarget);
// highlight the current drop target if any
DrawDropEffect(m_dropTarget);
}
}
else if ( (event.LeftUp() || event.RightUp()) && m_isDragging )
}
}
else if ( (event.LeftUp() || event.RightUp()) && m_isDragging )