1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00
serenity/Applications/TextEditor
Ben Wiederhake c587db387c TextEditor: Don't try to move(lambda)
The move constructor of a lambda just copies it anyway.

Even if the first move() left an 'empty' closure behind, then
'm_editor->on_cursor_change' would only be able to see an empty
closure, which is certainly not what was intended.
2020-08-30 10:31:04 +02:00
..
CMakeLists.txt TextEditor: Open links from Web::PageView using Desktop::Launcher 2020-08-11 15:23:10 +02:00
main.cpp Applications: Stop setting initial window location 2020-08-01 08:06:48 +02:00
TextEditorWidget.cpp TextEditor: Don't try to move(lambda) 2020-08-30 10:31:04 +02:00
TextEditorWidget.h TextEditor: Don't try to move(lambda) 2020-08-30 10:31:04 +02:00