diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-04-23 14:55:52 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-04-23 16:13:18 +0200 |
commit | 8c46185bf28f61e674186694e4944c1f8b3a9c00 (patch) | |
tree | 13351404c7417f318a5e780d37c980429a6a8715 /include/vcl | |
parent | 91081c56b0732a3b378d331ac3bd299a369788f7 (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>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/event.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx index 7c58ac620c01..26ce846ed9f4 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 |