| commit | 422e0ad9fe102ac44466acc6a1748f967d61246b | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Feb 11 14:54:45 2022 +0000 |
| committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | Fri Feb 11 19:57:23 2022 +0100 |
| tree | 62ae7d731a767a9b9085bc41dec0aadd39caec14 | |
| parent | 63fcec3105b060cffde5e94fe688c8a59418e4c0 [diff] |
Resolves: tdf#147325 "Edit in SQL View" should accept tab Change-Id: I286281c317c30e5c189747f2d4844a0d5dd0828f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129830 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx index 600f18c..653d9c5 100644 --- a/dbaccess/source/ui/querydesign/QueryTextView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx
@@ -40,6 +40,7 @@ OQueryTextView::OQueryTextView(OQueryContainerWindow* pParent, OQueryController& m_xSQL->DisableInternalUndo(); m_xSQL->SetHelpId(HID_CTL_QRYSQLEDIT); m_xSQL->SetModifyHdl(LINK(this, OQueryTextView, ModifyHdl)); m_xSQL->SetAcceptsTab(true); m_timerUndoActionCreation.SetTimeout(1000); m_timerUndoActionCreation.SetInvokeHandler(LINK(this, OQueryTextView, OnUndoActionTimer));