Skip to content

Fix recorder export setup so that saved LastFrameSec is used

R. B. requested to merge tomtomtom/krita:tomtomtom/holdframeconfig into master

Currently, it seems like the setup for the recorder export window doesn't use the last used setting of Hold Last Frame. It would always default to 5 seconds instead of the value saved in the config. This commit should fix that.

Test Plan

Click "Export" in the Recorder docker and change the Hold Last Frame setting. Close the Export window or restart Krita, reopen it, and check if the last used setting is now in use. Try some recordings to check if the setting is set properly.

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.
Edited by R. B.

Merge request reports