diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-02-06 16:38:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-02-06 18:57:28 +0000 |
commit | 9a23ded27470a4c57015e9e5d686259a60d464f2 (patch) | |
tree | d903191ece23f77fcaea8514f6df1709bff8abf0 /vcl/workben | |
parent | 08cfcea7fef6cde9eddcfa461fe1edff99dadafe (diff) |
Fix thinko when to sleep
<https://ci.libreoffice.org/job/lo_ubsan/2672/> still failed with the same
symptoms that 09c3a0aa13e7c4719a73728c2f9ba1f66cea7572 "A better fix for the
stale TreeListEntryUIObject issue" had been supposed to fix. And of course, it
is the
> xInsert.executeAction("CLICK", tuple())
calls that actually trigger m_aUpdateTimer.Start() in
SwChildWinWrapper::ReInitDlg, while the upfront m_aUpdateTimer.SetTimeout(200)
in the SwChildWinWrapper ctor by itself is not relevant for the point in time
where the timer actually starts (and where the Python code thus has to start
waiting, too).
Change-Id: I2b4fe7dadd470c62e7d63594a76d258faeac5906
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146588
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/workben')
0 files changed, 0 insertions, 0 deletions