aboutsummaryrefslogtreecommitdiff
path: root/src/ChannelTopPanel.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-07 23:00:21 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-07 23:01:04 +0200
commit2b7d030551a357272f9cc39e347855bd2e3faba2 (patch)
tree93d9eabaf6ba62629b9258a4314338ac8f89fc2a /src/ChannelTopPanel.cpp
parent29bd3e7c65af79b3f8837c7786ffbda3c93c3ebb (diff)
Improve text editing, use Text object for chatbar
Improve text rendering by not using floating point position
Diffstat (limited to 'src/ChannelTopPanel.cpp')
-rw-r--r--src/ChannelTopPanel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChannelTopPanel.cpp b/src/ChannelTopPanel.cpp
index 1781e74..44ce007 100644
--- a/src/ChannelTopPanel.cpp
+++ b/src/ChannelTopPanel.cpp
@@ -6,6 +6,7 @@
#include "../include/ChannelSidePanel.hpp"
#include "../include/UsersSidePanel.hpp"
#include <SFML/Graphics/RectangleShape.hpp>
+#include <SFML/Graphics/Text.hpp>
#include <cmath>
namespace dchat