Wouter van Oortmerssen

Results 666 comments of Wouter van Oortmerssen

Well, that seems a bug in wxWidgets that thinks it needs to do all these things when "Regional format Arabic". This is all internal to wxWidgets text rendering so not...

Are you on a Mac? Because selected text is supposed to look inverted, which is very visible. I remember that doesn't render correctly on a Mac, hence I put in...

Not sure.. it happened at random times when I was using the app as a user in release mode, so only have that log to go on. My guess is...

Yeah I can repro it either, but wanted us to be aware since it has happened multiple times.. I'll be on the lookout as well.

Hmm, sounds like we just need to fix how we construct the app bundle to do a similar mapping..

There is a `Edit -> Grid Reorganization -> Flatten` that I added for the purpose of bringing things back to grids, but it doesn't retain the same structure. I suppose...

Hmm.. best would be to use a custom length functions that would regard certain characters in the unicode range as double. Alternatively we could switch to using rendered size instead...

That will be hard to fix, since the wxWidgets printing code is something that calls our regular screen drawing code (which works) and then does stuff with it.. which makes...

Agree that would be a nice feature.. an image could be either internal or external, with ways to switch between them.

We'd certainly want to keep the current feature of having internal images as default, as for many use cases it is better. Implementing that properly would be a bit more...