Kaydet (Commit) 8bbd1175 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Christian Lohmaier

Fix Treelist shouldn't use VCLEVENT_LISTBOX_SELECT

warn:legacy.osl:21997:1:accessibility/source/extended/accessiblelistbox.cxx:103: Debug: Treelist shouldn't use VCLEVENT_LISTBOX_SELECT
To reproduce:
- Launch Base and create a brand new HsqlDb file or open an existing one
- Select Tables pane
- Click Table Design
=> the message appears in console

Change-Id: If7fa99890bbec8795a62b83dbe193247adffb733
Reviewed-on: https://gerrit.libreoffice.org/20411Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
(cherry picked from commit 5738a6fb)
Reviewed-on: https://gerrit.libreoffice.org/20412Tested-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
üst 7e03133a
...@@ -287,7 +287,7 @@ bool OCreationList::setCurrentEntryInvalidate( SvTreeListEntry* _pEntry ) ...@@ -287,7 +287,7 @@ bool OCreationList::setCurrentEntryInvalidate( SvTreeListEntry* _pEntry )
if ( GetCurEntry() ) if ( GetCurEntry() )
{ {
InvalidateEntry( GetCurEntry() ); InvalidateEntry( GetCurEntry() );
CallEventListeners( VCLEVENT_LISTBOX_SELECT, GetCurEntry() ); CallEventListeners( VCLEVENT_LISTBOX_TREESELECT, GetCurEntry() );
} }
updateHelpText(); updateHelpText();
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment