flow9 icon indicating copy to clipboard operation
flow9 copied to clipboard

Support for High DPI screens

Open Namek opened this issue 6 years ago • 3 comments

Does this language have any support for high-DPI screens? I mean proper scaling where things don't get blurry (caused by scaling rendered picture) but just rendered with more pixels.

I've just run flowcpp demos/demos.flow on Windows 10 and it's really hard to read anything in the app on my laptop which is 14-inch screen with resolution 2560x1440 and the scaling set to 200%.

Namek avatar May 03 '19 00:05 Namek

Hi! Provide, please, flowcpp screenshot and if possible with any other app with similar interface to compare scaling.

stanislavpodolia avatar May 03 '19 17:05 stanislavpodolia

Done https://github.com/area9innovation/flow9/commit/66d267cc0ed23add602d86d78927f9a38b6dd7e5 There is small issue left but it's on Qt side https://bugreports.qt.io/browse/QTBUG-75669

stanislavpodolia avatar May 08 '19 13:05 stanislavpodolia

Hello again. All images are blurry even on the 125% scaling. What's worse, the demos Match 3 app doesn't support mouse position by the logic. Please have a look at the following images:

image

image

The dragged item does not match the mouse cursor position.

Namek avatar May 04 '22 18:05 Namek