[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - svx/source
Caolán McNamara
caolanm at redhat.com
Tue Oct 4 11:25:52 UTC 2016
svx/source/dialog/frmsel.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0620f7ca99eca6c8fe00a99b999ad74b8847ffe4
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Sep 27 20:47:16 2016 +0100
Resolves: tdf#101884 keyboard navigation in User defined border control
Change-Id: I92ea37754f057c560d19b41f814a1d649ea74876
(cherry picked from commit f20996450e409406f4f55f9eb7ca9bfe1e455c35)
Reviewed-on: https://gerrit.libreoffice.org/29345
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx
index 0c7583f..5e12d3b 100644
--- a/svx/source/dialog/frmsel.cxx
+++ b/svx/source/dialog/frmsel.cxx
@@ -1176,6 +1176,7 @@ void FrameSelector::KeyInput( const KeyEvent& rKEvt )
DeselectAllBorders();
SelectBorder( eBorder );
}
+ bHandled = true;
}
}
break;
More information about the Libreoffice-commits
mailing list