Fix crash in RichTextLabel::selection_copy()

This commit is contained in:
Bernhard Liebl
2017-12-10 16:08:24 +01:00
parent 146bdf031d
commit 658fb0a0a9
2 changed files with 3 additions and 3 deletions

View File

@ -256,8 +256,8 @@ private:
Item *to;
int to_char;
bool active;
bool enabled;
bool active; // anything selected? i.e. from, to, etc. valid?
bool enabled; // allow selections?
};
Selection selection;