diff options
author | adelcoding1 <mustapha.tachouct@actionware.net> | 2017-02-18 11:40:37 -0800 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-10-09 08:11:00 +0200 |
commit | 9b8fa99fe30728c1fcfa73cdf74211841bdae9fb (patch) | |
tree | 30c9986d9fc814d37b89d5e20cdea9561c4aa5be /src/CMakeLists.txt | |
parent | c830347a57c63698f14803233dfc43adeb3fd51f (diff) | |
download | minetest-9b8fa99fe30728c1fcfa73cdf74211841bdae9fb.tar.gz minetest-9b8fa99fe30728c1fcfa73cdf74211841bdae9fb.tar.bz2 minetest-9b8fa99fe30728c1fcfa73cdf74211841bdae9fb.zip |
FormSpec : Add an auto vertical scrollbar to the textarea
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d82887b38..f836a9f66 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -511,6 +511,7 @@ set(client_SRCS fontengine.cpp game.cpp guiChatConsole.cpp + guiEditBoxWithScrollbar.cpp guiEngine.cpp guiPathSelectMenu.cpp guiFormSpecMenu.cpp |