[Libreoffice-commits] core.git: basctl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 25 21:12:01 UTC 2020
basctl/source/basicide/moduldlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f1f9917a1bc9d11f6d76469a455a5337a89384ea
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Feb 25 14:02:48 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Feb 25 22:11:26 2020 +0100
check if edit can be enabled after setting cursor into tree
Change-Id: I264dc4db7e3ddc64faf0edec18d96d2c46ce00f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89459
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/basctl/source/basicide/moduldlg.cxx b/basctl/source/basicide/moduldlg.cxx
index bf675de02fce..2e7191ee8abe 100644
--- a/basctl/source/basicide/moduldlg.cxx
+++ b/basctl/source/basicide/moduldlg.cxx
@@ -577,6 +577,7 @@ ObjectPage::~ObjectPage()
void ObjectPage::ActivatePage()
{
m_xBasicBox->UpdateEntries();
+ CheckButtons();
}
void ObjectPage::CheckButtons()
More information about the Libreoffice-commits
mailing list