dsa-t

Results 141 comments of dsa-t

Works good generally, but I also see a small issue with multiple selections in `treetest`: 1. In `wxTR_MULTIPLE` mode, select `File child 1.1` to `File child 1.5` 2. Then, select,...

> Thanks for testing, but it works correctly for me! In the 2nd step, I mean select just the 1.2 item, not deselect it: ![image](https://github.com/wxWidgets/wxWidgets/assets/37658952/22504f3d-8ef9-455b-931f-647b1caa3b04)

Tests pass on my system also, even if I set the font to "Sans Serif": `dc.SetFont(wxFont(9, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false, "Sans Serif"));` which gives the same description: `Sans Serif,9,-1,5,50,0,0,0,0,0`

> What do you think ? Your idea seems better, and is working as expected with file dialogs.

> Should this one be closed and the patch above applied Sure.

Zoom and rotate gestures in the `event` sample work fine on my system. - wxWidgets 3.2 tip (https://github.com/wxWidgets/wxWidgets/commit/a2d33fc31e7612e76163c67ebdf05179a96db84f) - with `wxUSE_GLCANVAS_EGL=OFF` - X11/Linux Mint 21.1 (based on Ubuntu 22.04, which...

Try to build a newer version of GTK maybe

I haven't seen GDK separate from the GTK package.

Looks like a `TVM_SETINDENT` message needs to be sent with a `FromDIP(16)` value at creation and at DPI changes. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=480586