dsa-t
dsa-t
### Description Using this patch with `printing` sample: ```diff diff --git a/samples/printing/printing.cpp b/samples/printing/printing.cpp index 7c4d7254db..541c7f04ee 100644 --- a/samples/printing/printing.cpp +++ b/samples/printing/printing.cpp @@ -207,7 +207,7 @@ void MyApp::Draw(wxDC&dc) wxIcon my_icon = wxICON(sample);...
### Description Docking wxAUI panels does not work, and moving toolbars do not work properly on Wayland. aui sample: https://github.com/wxWidgets/wxWidgets/assets/37658952/bc453ab8-1116-42e8-b4b0-f0b9c9d7015e ### Platform and version information - wxWidgets version you use:...
See https://stackoverflow.com/questions/56686603/how-to-avoid-sigpipe-due-to-a-timeout-when-debugging-an-x11-program
The error message was: ``` ...\openEMS\tools\arraylib\impl\allocator.h(70,9): error C2440: '=': cannot convert from 'void *' to 'T *' [...\build\openEMS-prefix\src\openEMS-build\openEMS.vcxproj] [...\build\openEMS.vcxproj] ...\openEMS\tools\arraylib\impl\allocator.h(70,9): error C2440: with [...\build\openEMS-prefix\src\openEMS-build\openEMS.vcxproj] [...\build\openEMS.vcxproj] ...\openEMS\tools\arraylib\impl\allocator.h(70,9): error C2440: [ [...\build\openEMS-prefix\src\openEMS-build\openEMS.vcxproj]...
The wxSlider thumb is clipped on wxGTK. Also the value label is not vertically centered on vertical sliders. `widgets` demo: Top side clipped:  Top and left side clipped: ...
### Description I have a STEP model that seems to lose origin and color information when re-exported using OCCT. This archive contains the original and re-exported models: [SJ1-2515-SMT-TR-models.zip](https://github.com/user-attachments/files/20259647/SJ1-2515-SMT-TR-models.zip) For testing,...
### Description `wxTreebook` items flicker when switching pages, see video: https://github.com/user-attachments/assets/498136dd-c739-4810-bc8d-df695d448d17 #### To Reproduce: 1. Open `widgets` sample 2. Click around the tree items 3. See how it flickers. 4....