ladybird/Userland/Applications/Run
Bastiaan van der Plaat 582bf1eaf3 Run: Fix bug where it would crash because uninitialized main widget
The set_main_widget<T>() function only calls the construct and not
`try_create()` that the GMLCompiler generates so all calls to
`find_descendant_of_type_named()` would result in null
pointers that would resolve in a crash.
2024-02-06 08:41:01 +01:00
..
CMakeLists.txt Run: Use new GML compiler 2024-01-19 10:50:15 +00:00
main.cpp Run: Fix bug where it would crash because uninitialized main widget 2024-02-06 08:41:01 +01:00
MainWidget.h Run: Use new GML compiler 2024-01-19 10:50:15 +00:00
Run.gml Run: Use new GML compiler 2024-01-19 10:50:15 +00:00
RunWindow.cpp Run: Fix bug where it would crash because uninitialized main widget 2024-02-06 08:41:01 +01:00
RunWindow.h Run: Fix bug where it would crash because uninitialized main widget 2024-02-06 08:41:01 +01:00