| commit | c737572cedceeec80ec38db0ad18278bbfdbc64a | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Apr 15 16:57:19 2020 +0100 |
| committer | Michael Stahl <michael.stahl@cib.de> | Thu Apr 16 11:13:16 2020 +0200 |
| tree | acb327476e3c90fd778a714545f40f5e7be8ed0a | |
| parent | 9efcbef08c406e5d9b9486c28f3979f875953c30 [diff] |
tdf#126828 hide macro organize dialog before launching macro editing so the macro editor isn't forced behind the window with an active dialog Change-Id: Iae89f6910a8183bcf01872eef71c04bc993f1550 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92307 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit cac8694feab1ccb422294ed3e2f8b682e15835fb) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92297 Reviewed-by: Michael Stahl <michael.stahl@cib.de>
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx index 97a45c5..0d9ee36 100644 --- a/basctl/source/basicide/macrodlg.cxx +++ b/basctl/source/basicide/macrodlg.cxx
@@ -630,6 +630,8 @@ if (m_xMacroBox->get_selected(m_xMacroBoxIter.get())) aInfoItem.SetMethod(m_xMacroBox->get_text(*m_xMacroBoxIter)); StoreMacroDescription(); m_xDialog->hide(); // tdf#126828 dismiss dialog before opening new window SfxAllItemSet aArgs( SfxGetpApp()->GetPool() ); SfxRequest aRequest( SID_BASICIDE_APPEAR, SfxCallMode::SYNCHRON, aArgs ); SfxGetpApp()->ExecuteSlot( aRequest );