diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-10 16:58:54 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-10 14:59:48 +0000 |
commit | 9a5323655355a01be582a556a99e410c4064ebe4 (patch) | |
tree | 7dac3cdaed3e3cafcecb026fd00c1e357f51f7d1 /avmedia | |
parent | c979a944c7a00a35293d1de3c32b06f90e0bfa5f (diff) |
tdf#90077 fix freeze when enabling media toolbar in Impress
Change-Id: I402bd7319d31859510a06644eb7dc786d56b312e
Reviewed-on: https://gerrit.libreoffice.org/16213
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/mediacontrol.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx index 0338135f769a..e98776a5bda4 100644 --- a/avmedia/source/framework/mediacontrol.cxx +++ b/avmedia/source/framework/mediacontrol.cxx @@ -597,7 +597,6 @@ IMPL_LINK( MediaControl, implZoomSelectHdl, ListBox*, p ) IMPL_LINK_NOARG_TYPED(MediaControl, implTimeoutHdl, Idle *, void) { update(); - maIdle.Start(); } } |