Skip to content

WIP: performance issue work-around

Johan Ouwerkerk requested to merge ouwerkerk/otpclient:ui-fixes into master

This MR contains a work-around for something I noticed while testing Keysmith (manually):

QML seems to have a performance issue when the window resizes while an animation is running. The issue persists for as long as the animation continues to run. Work around this by resetting the animation when the resize happens.

Edited by Johan Ouwerkerk

Merge request reports