[Audacity-quality] Bug 2726
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Steve F. <ste...@gm...> - 2021-04-02 14:15:52
|
As noted in comment 5 https://bugzilla.audacityteam.org/show_bug.cgi?id=2726#c5 > The "[Window]" settings don't appear to be updated until exit. > Perhaps this should be updated on "SetPreference: Reload=1" (it isn't at present). This seems a fairly minor issue, though could be relevant for some Python scripting uses (perhaps for video capture or simulated mouse clicks?) I don't think we would want to update the X / Y coordinates every time they change as that seems overboard to me, and possibly cause excessive updating of audacity.cfg. It might perhaps be useful for it to be updated on "SetPreference: Reload=1". We would then have consistency so far as all audacity.cfg settings will be up to date after preference reload. Any thoughts? I think we need to decide what, if anything, we do about this setting, so that it can at least be logged in the bug comments. Steve |