Double-buffered status popups.
This commit is contained in:
parent
78c7dc85f0
commit
f5b143c4a1
|
@ -37,6 +37,8 @@ STATUS_POPUP::STATUS_POPUP( wxWindow* aParent ) :
|
||||||
wxPopupWindow( aParent ),
|
wxPopupWindow( aParent ),
|
||||||
m_expireTimer( this )
|
m_expireTimer( this )
|
||||||
{
|
{
|
||||||
|
SetDoubleBuffered( true );
|
||||||
|
|
||||||
m_panel = new wxPanel( this, wxID_ANY );
|
m_panel = new wxPanel( this, wxID_ANY );
|
||||||
m_topSizer = new wxBoxSizer( wxHORIZONTAL );
|
m_topSizer = new wxBoxSizer( wxHORIZONTAL );
|
||||||
m_panel->SetSizer( m_topSizer );
|
m_panel->SetSizer( m_topSizer );
|
||||||
|
|
Loading…
Reference in New Issue