mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
reverse_view is not widely available yet.
This commit is contained in:
@@ -962,7 +962,7 @@ namespace hex::ui {
|
||||
}
|
||||
|
||||
void TextEditor::UndoAction::undo(TextEditor *editor) {
|
||||
for (auto &record : std::ranges::reverse_view(m_records))
|
||||
for (auto &record : m_records | std::views::reverse)
|
||||
record.undo(editor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user