rocrail
rocrail
Windows 11-64bit wxWidgets 3.3.0 master The last inserted item in a wxListCtrl is not visible but you can select it. This is also the case if only one item is...
wxWidgets: 3.2.4 Platform: macOS 14.4.1 M3 Forum thread: https://forums.wxwidgets.org/viewtopic.php?f=23&t=51230 using this filter ``` wxT("AMP (*.amp)|*.amp|IOScript (*.io)|*.io|LEDScript (*.led)|*.led|Crontab (crontab)|crontab") ``` does not make a file "crontab" selectable under macOS. A test...
wxWidgets 3.3.1/3.3.2 macOS: 26.0 Setting a translation by wxRadioBox->SetString() destructs the layout. With SetString(): Without SetString():
wxWidgets version: 3.3.1/3.3.2 Platform: macOS 15 and 26 Attached is a modified wxWidgets minimal sample. To reproduce the issue: 1) click on the "Add AUI frame..." button 2) click on...
wxSystemSettings::GetAppearance().IsSystemDark() reports true also in case of a user defined mode Use case: A user did selected Lightmode and modified it slightly as user mode/theme. In this case wxSystemSettings::GetAppearance().IsSystemDark() reports...
If the Target is Windows with a none 100% scaling the FromDIP() call is needed. Under macOS and Linux its not needed but the call to FromDIP returns simply the...