diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-21 17:24:21 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-21 17:24:21 +0000 |
| commit | 448cf7785524ac23edcee46f52e1b1bf4266a39c (patch) | |
| tree | 83bf3993870d924096ed7fc65ff46831e19e0498 /src/Fl_Text_Display.cxx | |
| parent | 333e718ae735411fec220334256360b8e3b4b1bb (diff) | |
Android: on-screen keyboard no longer pops up on text output widgets
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12959 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Text_Display.cxx')
| -rw-r--r-- | src/Fl_Text_Display.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Text_Display.cxx b/src/Fl_Text_Display.cxx index 0d89237b6..0091e892e 100644 --- a/src/Fl_Text_Display.cxx +++ b/src/Fl_Text_Display.cxx @@ -179,6 +179,7 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l) color(FL_BACKGROUND2_COLOR, FL_SELECTION_COLOR); box(FL_DOWN_FRAME); set_flag(SHORTCUT_LABEL); + clear_flag(NEEDS_KEYBOARD); end(); } |
