diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-03-22 13:21:29 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-03-22 13:21:29 +0100 |
commit | a59acdce5e21a65dd06d8d1d17359bd3159f518c (patch) | |
tree | f15b6e34715ee1c891d195b9e0db48b740c17f40 /include | |
parent | 795bb9eb3e46c4f9edece953b69b4a66cde34e24 (diff) |
Matrix: do not open url when posting a message with an url
Diffstat (limited to 'include')
-rw-r--r-- | include/Text.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Text.hpp b/include/Text.hpp index 135a89c..3981f13 100644 --- a/include/Text.hpp +++ b/include/Text.hpp @@ -143,7 +143,6 @@ namespace QuickMedia float maxWidth; sf::Vector2f position; sf::Color color; - sf::Color urlColor; bool dirty; bool dirtyText; bool dirtyCaret; |