Get rid of obsoleted comments
This commit is contained in:
parent
ff7476fcd0
commit
2df05fb915
1 changed files with 0 additions and 15 deletions
|
|
@ -1672,21 +1672,6 @@ void wxPropertyGridManager::RecreateControls()
|
|||
toolBarFlags);
|
||||
m_pToolbar->SetToolBitmapSize(FromDIP(wxSize(16, 16)));
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
// Eliminate toolbar flicker on XP
|
||||
// NOTE: Not enabled since it corrupts drawing somewhat.
|
||||
|
||||
/*
|
||||
#ifndef WS_EX_COMPOSITED
|
||||
#define WS_EX_COMPOSITED 0x02000000L
|
||||
#endif
|
||||
|
||||
wxMSWWinExStyleUpdater(GetHwndOf(m_pToolbar))
|
||||
.TurnOn(WS_EX_COMPOSITED);
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
||||
m_pToolbar->SetCursor ( *wxSTANDARD_CURSOR );
|
||||
tbModified = true;
|
||||
m_categorizedModeToolId = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue