Lukas Jung
Lukas Jung
VecModel's remove() currently just removes the element but does not return it. VecModel should behave similar to Vec so we should change this behavior.
In the gallery example if one disables the widgets, the text in of the combobox stays dark black. (At least using the Qt-Backend and native style on macOS) This also...
When running the 7guis cells example with preview, horizontal scrolling goes in the wrong direction. When disabling natural scrolling it is wrong in the other direction. If built with rust,...
When loading a custom font a message like this occurs: `qt.qpa.fonts: Populating font family aliases took 212 ms. Replace uses of missing font family "Plaster" with one that exists to...
Switching the tab takes a suspiciously long time. I think something odd might be happening there. It works fine with the GL Backend.
At least when your cursor returns to the window and you are still pressing the mouse button, dragging should continue.
The background is always white and with darkmode the text is white as well.
PopupWindow: build error trying to access properties local to the popup from the `x` or `y` binding
Code like this ``` confirm_popup := PopupWindow { x: (parent.width - width) / 2; y: (parent.height - height) / 2; //Rectangle { height:100%; width: 100%; background: white; } VerticalLayout {...
When moving a Window to a retina/highdpi display on macos the last few entries are not rendered properly. It can be reproduced easily with the gallery example. here's a video...