Yasu3D / MercuryMapper

A chart editor for Mercury. "Forked" from BAKKA-Avalonia, re-written for stability and ease of use.
MIT License
15 stars 3 forks source link

Moving cursor during previewing will cause a huge FPS drop. #16

Closed traoearth closed 3 months ago

traoearth commented 4 months ago

And stop moving it would be better.

Yasu3D commented 4 months ago

I can reproduce this only when debugging in my IDE. Release builds work fine. Commenting out every function related to mouse movement does not fix this. Removing ToolTips does not fix it either.

I either missed something obvious, or this is a random Avalonia quirk that just randomly got introduced :( If anyone else wants to try and help with this issue, that would be nice.

Yasu3D commented 4 months ago

Ok nevermind. This is 100% caused by tooltips.

traoearth commented 4 months ago

In 2.0.1b, It gets worse.

https://github.com/Yasu3D/MercuryMapper/assets/82272385/a63a81e7-2f91-4aa0-a707-156d5e7293fd

Yasu3D commented 3 months ago

Fixed in latest release.