From bde7bdeec01574587565f782c48a18338ed66705 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Nov 2020 15:52:56 +0800 Subject: ... --- include/cru/ui/DebugFlags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3