[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - basctl/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 27 10:57:28 UTC 2020


 basctl/source/basicide/moduldlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 417a3d17271a3e27e7c0aa3030d2b382ecd03a42
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Feb 25 14:02:48 2020 +0000
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Thu Feb 27 11:56:57 2020 +0100

    check if edit can be enabled after setting cursor into tree
    
    Change-Id: I264dc4db7e3ddc64faf0edec18d96d2c46ce00f3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89438
    Tested-by: Jenkins
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>

diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx
index 02259ed4314b..4f5711043d24 100644
--- a/basctl/source/basicide/moduldlg.cxx
+++ b/basctl/source/basicide/moduldlg.cxx
@@ -574,6 +574,7 @@ ObjectPage::~ObjectPage()
 void ObjectPage::ActivatePage()
 {
     m_xBasicBox->UpdateEntries();
+    CheckButtons();
 }
 
 void ObjectPage::CheckButtons()


More information about the Libreoffice-commits mailing list