Skip to content
Snippets Groups Projects
Commit 4fde26bb authored by DomThePorcupine's avatar DomThePorcupine
Browse files

Fix redraw being called before status mode update

parent d3354bb4
No related branches found
No related tags found
No related merge requests found
......@@ -86,8 +86,8 @@ impl Editor {
break;
}
editor.exec(inp);
editor.redraw();
editor.status_bar.mode = editor.cursor().mode.to_string();
editor.redraw();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment