diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-09 12:10:22 +0100 |
---|---|---|
committer | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-03-09 12:13:45 +0100 |
commit | 8885dc27da82f83d27eb99f8bea4abb5e450fce3 (patch) | |
tree | 11467e360af5fa4b66cfbc7753d5ef890f64d767 /dbaccess | |
parent | 892ef8b0565c7f5f343d71e3b61c41655f80267b (diff) |
Make allow to step on from LimitBox with tab
Change-Id: I5f2994459cbb7786e6c9d83b0894cb581f4560fd
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/limitboxcontroller.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx index e56f3b3f3c60..3804f864ed9f 100644 --- a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx +++ b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx @@ -77,6 +77,11 @@ long LimitBoxImpl::Notify( NotifyEvent& rNEvt ) nHandled = 1; break; } + case KEY_TAB: + { + Select(); + break; + } } break; } |