| commit | c741f4bf824802863699f067968830e94d77ad6f | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Feb 11 14:54:45 2022 +0000 |
| committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | Wed Feb 23 12:47:26 2022 +0100 |
| tree | 61a66c2fb7e535203cb71a4650cfa21fb4a3bf1a | |
| parent | 82425413ccb787a92c341638b37d950fbf39f831 [diff] |
Resolves: tdf#147325 "Edit in SQL View" should accept tab Change-Id: I286281c317c30e5c189747f2d4844a0d5dd0828f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129829 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit 67c3601b835febca282b2ff44137a18891a4fd0b) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129835 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx index 9805c2a..daeb6ee 100644 --- a/dbaccess/source/ui/querydesign/QueryTextView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx
@@ -42,6 +42,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));