mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Fix dev warning. (#980)
This commit is contained in:
@@ -88,7 +88,6 @@ class Text : public Node {
|
||||
bool has_selection = false;
|
||||
int selection_start_ = 0;
|
||||
int selection_end_ = -1;
|
||||
std::function<void(Pixel& pixel)> selectionTransform;
|
||||
};
|
||||
|
||||
class VText : public Node {
|
||||
|
Reference in New Issue
Block a user