Add to MyFrame::MyFrame in auidemo.cpp:
wxBitmapComboBox* choice = new wxBitmapComboBox(tb4, ID_SampleItem + 35, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0, nullptr, wxCB_READONLY); choice->Append("Good choice", tb4_bmp1); choice->Append("Better choice", tb4_bmp1); tb4->AddControl(choice); tb4->Realize();
and #include "wx/bmpcbox.h"
See flickering controls in aui toolbars when resizing sashes:
https://github.com/user-attachments/assets/7e5aef25-031e-4f03-9f79-ac232b4cd04e
Flickering is seen on other UI elements too, but less pronounced.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()