fpicker/source/office/iodlg.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit f26528f0a7b706e7e2bd2d68eaa071ba45a8a1f5 Author: Szymon KÅos <eszka...@gmail.com> Date: Sat Feb 21 17:00:23 2015 +0100 fdo#83371 : cannot navigate to list Files in LibreOffice dialogs Change-Id: I64d95abb60d2ad635c0b67c2efef9567f526b30f Reviewed-on: https://gerrit.libreoffice.org/14573 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 2e82a40..0111f0e 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -398,6 +398,11 @@ public: placesNewSize.Height() = aSize.Height(); _pImp->_pPlaces->SetSizePixel( placesNewSize ); } + + virtual void GetFocus() SAL_OVERRIDE + { + _pFileView->GrabFocus(); + } }; SvtFileDialog::~SvtFileDialog() @@ -526,6 +531,7 @@ void SvtFileDialog::Init_Impl _pContainer->set_width_request(aSize.Width()); _pContainer->set_hexpand(true); _pContainer->set_vexpand(true); + _pContainer->SetStyle( _pContainer->GetStyle() | WB_TABSTOP ); _pFileView = new SvtFileView( _pContainer, WB_BORDER, FILEDLG_TYPE_PATHDLG == _pImp->_eDlgType,
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits