diff options
author | crupest <crupest@outlook.com> | 2020-10-28 18:06:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-28 18:06:56 +0800 |
commit | c1c5a185e4f4c4706e8a641f25add3885203f202 (patch) | |
tree | fd7588d2892d050707732c866aa49feb55eb2b3a /include | |
parent | d3e49fa3b505cce12a60cb1a2711fd6b4427303b (diff) | |
download | cru-c1c5a185e4f4c4706e8a641f25add3885203f202.tar.gz cru-c1c5a185e4f4c4706e8a641f25add3885203f202.tar.bz2 cru-c1c5a185e4f4c4706e8a641f25add3885203f202.zip |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/ui/DebugFlags.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cru/ui/DebugFlags.hpp b/include/cru/ui/DebugFlags.hpp index a0003e9d..fceef081 100644 --- a/include/cru/ui/DebugFlags.hpp +++ b/include/cru/ui/DebugFlags.hpp @@ -1,6 +1,8 @@ #pragma once namespace cru::ui::debug_flags { +constexpr bool routed_event = false; constexpr bool layout = false; -constexpr bool shortcut = true; +constexpr bool shortcut = false; +constexpr bool text_service = false; } // namespace cru::ui::debug_flags |