mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
@@ -514,9 +514,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