mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fixing isEmpty again. (#2591)
hopefully the last time.
(cherry picked from commit 5332a26294)
This commit is contained in:
@@ -509,9 +509,7 @@ namespace hex::ui {
|
||||
return false;
|
||||
if (size == 0)
|
||||
return true;
|
||||
if (m_lines[0].empty())
|
||||
return true;
|
||||
return true;
|
||||
return m_lines[0].empty();
|
||||
}
|
||||
|
||||
bool TextEditor::EditorState::operator==(const EditorState &o) const {
|
||||
|
||||
Reference in New Issue
Block a user