[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Tue Sep 27 19:50:13 UTC 2016


 svx/source/dialog/frmsel.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f20996450e409406f4f55f9eb7ca9bfe1e455c35
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

diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx
index 1a2fe8a..26719c9 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