mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 03:02:27 -05:00
e3f7753233
We use TextEditor::on_modified_change() to update the modified window flag, which it also works on file saves, so we don't have to unset it there anymore! It isn't really what the FIXME note asked about -- GUI::TextDocument only sends us notifications about the changes, but overall I don't think it's that bad, given that the whole window update logic is now in one function. :^) |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FileArgument.cpp | ||
FileArgument.h | ||
main.cpp | ||
MainWidget.cpp | ||
MainWidget.h | ||
TextEditorWindow.gml |