1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 14:25:07 +00:00
serenity/Userland/DevTools/GMLPlayground
Sam Atkins ca3e0288e9 GMLPlayground: Keep a RefPtr to the "Save As..." action
Previously, the Save action held a reference to the local variable for
the Save As action, which goes out of scope at the end of
`initialize_menubar()`. This meant that if you tried to Save a new
file, it would instead crash and yeet your work into the abyss.
2023-07-19 19:36:17 +01:00
..
CMakeLists.txt GMLPlayground: Extract most logic into a MainWidget class 2023-05-16 12:57:34 +01:00
GMLPlaygroundWindow.gml GMLPlayground: Add a Statusbar 2023-06-17 20:36:03 +02:00
main.cpp GMLPlayground: Remove one DeprecatedString usage 2023-05-16 12:57:34 +01:00
MainWidget.cpp GMLPlayground: Keep a RefPtr to the "Save As..." action 2023-07-19 19:36:17 +01:00
MainWidget.h GMLPlayground: Keep a RefPtr to the "Save As..." action 2023-07-19 19:36:17 +01:00