Steffen Olszewski

Results 167 comments of Steffen Olszewski

Unfortunately there is no newer wxWidgets package available in MSYS2, thats why the CI isn't using a newer one, you need to compile wxWidgets yourself. I can't help you much...

Because > which is offline The required flatpak runtime is missing on your computer and its download fails because of the above reason.

What is the actual error you are referring to? That you can't see the border and label of the wxStaticBoxSizer? Doesn't happen with the latest version of master on my...

What is actually causing this error message? wxFormbuilder? Your own application? When does it happen? I am only using C++ and know almost nothing about wxPython but especially nothing about...

First, your issue is unrelated to the OP issue. Second, these assertions are created by wxWidgets internally, there is no official specification of what does get checked. It is just...

No its not. As can be seen in #731, for some unknown reason you are linking against the static variant of wxWidgets (the CMake files do request the shared variant,...

I am not aware that i closed any issue recently, it was you who closed your created issue or posted in an already closed and unrelated issue. I am very...

Good news: i can reproduce your error and just pushed a fix. Bad news: i have to add another point to the list above. Not sure yet how it's called,...

It looks like you are using a HiDPI screen, wxFB is currently not HiDPI aware so all Bitmaps keep their original size. This is one reason of the small toolbar,...

For some strange reason this seems to got fixed by #565