summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-04-23 14:55:52 +0200
committerAndras Timar <andras.timar@collabora.com>2017-04-24 20:00:59 +0200
commit777223a733d6118926f6800e5b13dd4ad7dd7a10 (patch)
tree9dab2d94d2e68acaea6ab607e22fdec392981d0e /include
parent7e8141db8e4e17636a32a08e01190e44368f5b77 (diff)
Handle keyinput properly in case of BottomToTop vertical text
Change-Id: I2b0f7cee9a4a7d7ad154c705f84a8b995b4f23a1 Reviewed-on: https://gerrit.libreoffice.org/36830 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 8c46185bf28f61e674186694e4944c1f8b3a9c00) Reviewed-on: https://gerrit.libreoffice.org/36887 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/event.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 9737bac576ec..d2a19435959e 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -41,7 +41,8 @@ namespace com { namespace sun { namespace star { namespace awt {
enum class TextDirectionality {
LeftToRight_TopToBottom,
RightToLeft_TopToBottom,
- TopToBottom_RightToLeft
+ TopToBottom_RightToLeft,
+ BottomToTop_LeftToRight
};
class VCL_DLLPUBLIC KeyEvent