diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-11 22:25:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-11 22:25:21 +0300 |
commit | 120ef46ea296729baee0c88c046008d8e18644fa (patch) | |
tree | 36ac86de113f11e60c31008ea15d286bb30d831d /src/gui/widgets/popuplist.h | |
parent | c4d16b36a373ba5609360e2698372926d7f2dc0f (diff) | |
download | plus-120ef46ea296729baee0c88c046008d8e18644fa.tar.gz plus-120ef46ea296729baee0c88c046008d8e18644fa.tar.bz2 plus-120ef46ea296729baee0c88c046008d8e18644fa.tar.xz plus-120ef46ea296729baee0c88c046008d8e18644fa.zip |
Add ability to show onscreen keyboard if input field focused.
Diffstat (limited to 'src/gui/widgets/popuplist.h')
-rw-r--r-- | src/gui/widgets/popuplist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index 5e0f4f260..59e04df63 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -25,7 +25,7 @@ #include "gui/widgets/popup.h" #include <guichan/actionlistener.hpp> -#include "guichan/focuslistener.hpp" +#include <guichan/focuslistener.hpp> #include <guichan/listmodel.hpp> #include "localconsts.h" |