summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-25 14:02:48 +0000
committerXisco Faulí <xiscofauli@libreoffice.org>2020-02-27 11:56:57 +0100
commit417a3d17271a3e27e7c0aa3030d2b382ecd03a42 (patch)
tree876f7795e7a955c4f66815866be8d446d399612f /basctl
parent0ee5a690e03ec4de92e0eb839214e3758d5b004f (diff)
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@libreoffice.org>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/moduldlg.cxx1
1 files changed, 1 insertions, 0 deletions
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()