aboutsummaryrefslogtreecommitdiff
path: root/include/cru
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-10 15:52:56 +0800
committercrupest <crupest@outlook.com>2020-11-10 15:52:56 +0800
commitbde7bdeec01574587565f782c48a18338ed66705 (patch)
tree2c3bc862479764189ece4a0604faf4d40fd0852b /include/cru
parent2d4a5df468f8bc13fbb657e010c393365ef79bda (diff)
downloadcru-bde7bdeec01574587565f782c48a18338ed66705.tar.gz
cru-bde7bdeec01574587565f782c48a18338ed66705.tar.bz2
cru-bde7bdeec01574587565f782c48a18338ed66705.zip
...
Diffstat (limited to 'include/cru')
-rw-r--r--include/cru/ui/DebugFlags.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/DebugFlags.hpp b/include/cru/ui/DebugFlags.hpp
index 7c600d48..fceef081 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 = true;
+constexpr bool text_service = false;
} // namespace cru::ui::debug_flags