aboutsummaryrefslogtreecommitdiff
path: root/src/ui/components/Input.cpp
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-09-07 03:34:56 +0800
committerYuqian Yang <crupest@crupest.life>2025-09-07 03:34:56 +0800
commit20123151d12a0b01453ab6a36c84e4d3e5ea9504 (patch)
tree27543f3e5bf6430298c94c38bad6ecc83dafdd47 /src/ui/components/Input.cpp
parent227118866190a7fe17b42e8c589c475781c69f33 (diff)
downloadcru-20123151d12a0b01453ab6a36c84e4d3e5ea9504.tar.gz
cru-20123151d12a0b01453ab6a36c84e4d3e5ea9504.tar.bz2
cru-20123151d12a0b01453ab6a36c84e4d3e5ea9504.zip
Remove some usage of my format.
Diffstat (limited to 'src/ui/components/Input.cpp')
-rw-r--r--src/ui/components/Input.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/components/Input.cpp b/src/ui/components/Input.cpp
index b308ed51..6a53b938 100644
--- a/src/ui/components/Input.cpp
+++ b/src/ui/components/Input.cpp
@@ -1,9 +1,11 @@
#include "cru/ui/components/Input.h"
-#include <cmath>
-#include <optional>
+#include "cru/base/Format.h"
#include "cru/base/StringToNumberConverter.h"
#include "cru/ui/controls/Control.h"
+#include <cmath>
+#include <optional>
+
namespace cru::ui::components {
Input::Input() : last_validate_result_{true, u"Good value"} {
text_box_.TextChangeEvent()->AddSpyOnlyHandler([this] {