diff options
author | crupest <crupest@outlook.com> | 2020-11-10 15:52:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-10 15:52:15 +0800 |
commit | 2d4a5df468f8bc13fbb657e010c393365ef79bda (patch) | |
tree | 4ee7865663348ede1a961209c980fd614d727859 /include/cru/ui/DebugFlags.hpp | |
parent | 02ed6999e9db0c20c3f55ab9c695f939aacb110c (diff) | |
download | cru-2d4a5df468f8bc13fbb657e010c393365ef79bda.tar.gz cru-2d4a5df468f8bc13fbb657e010c393365ef79bda.tar.bz2 cru-2d4a5df468f8bc13fbb657e010c393365ef79bda.zip |
...
Diffstat (limited to 'include/cru/ui/DebugFlags.hpp')
-rw-r--r-- | include/cru/ui/DebugFlags.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/DebugFlags.hpp b/include/cru/ui/DebugFlags.hpp index fceef081..7c600d48 100644 --- a/include/cru/ui/DebugFlags.hpp +++ b/include/cru/ui/DebugFlags.hpp @@ -4,5 +4,5 @@ namespace cru::ui::debug_flags { constexpr bool routed_event = false; constexpr bool layout = false; constexpr bool shortcut = false; -constexpr bool text_service = false; +constexpr bool text_service = true; } // namespace cru::ui::debug_flags |