Files
ladybird/Libraries/LibGUI
Linus Groh 9ef834384d LibGUI: Use set_cursor() in TextEditor::set_document()
Instead of setting m_cursor directly to reset the cursor position,
TextEditor::set_document() now uses set_cursor() which will call cursor
change callback functions, if any.

This fixes a bug in HackStudio where the cursor information text would
not update immediately after changing the active TextDocument, even
though the cursor is always visibly being reset to 0, 0.
2020-08-05 17:27:14 +02:00
..
2020-08-01 08:39:26 +02:00
2020-08-03 19:06:41 +02:00
2020-05-01 16:58:18 +02:00
2020-06-13 12:43:22 +02:00
2020-07-28 16:29:44 +02:00
2020-07-28 16:29:44 +02:00
2020-04-21 16:19:18 +02:00
2020-08-01 08:39:26 +02:00