aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/text_block.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-09-25 17:42:57 +0800
committercrupest <crupest@outlook.com>2018-09-25 17:42:57 +0800
commitda768af31952a28aa7aca8f60acd85bf2832465c (patch)
tree27317ae0d9ac5b1409408ef165595f9c127aa027 /src/ui/controls/text_block.cpp
parentccbc293c0158d4450c0db344474193f17925403f (diff)
downloadcru-da768af31952a28aa7aca8f60acd85bf2832465c.tar.gz
cru-da768af31952a28aa7aca8f60acd85bf2832465c.tar.bz2
cru-da768af31952a28aa7aca8f60acd85bf2832465c.zip
Make TextBox inherates TextControl. Add slection-related features to it.
Diffstat (limited to 'src/ui/controls/text_block.cpp')
-rw-r--r--src/ui/controls/text_block.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/controls/text_block.cpp b/src/ui/controls/text_block.cpp
index 30ffbef9..ecffb69e 100644
--- a/src/ui/controls/text_block.cpp
+++ b/src/ui/controls/text_block.cpp
@@ -1,8 +1,6 @@
#include "text_block.h"
#include "ui/window.h"
-#include "graph/graph.h"
-#include "exception.h"
namespace cru
{