Double-buffered status popups.

This commit is contained in:
Alex Shvartzkop 2023-11-12 11:13:32 +03:00
parent 78c7dc85f0
commit f5b143c4a1
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ STATUS_POPUP::STATUS_POPUP( wxWindow* aParent ) :
wxPopupWindow( aParent ),
m_expireTimer( this )
{
SetDoubleBuffered( true );
m_panel = new wxPanel( this, wxID_ANY );
m_topSizer = new wxBoxSizer( wxHORIZONTAL );
m_panel->SetSizer( m_topSizer );