1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-17 12:22:06 +00:00
serenity/Userland/DevTools
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
..
GMLPlayground GMLPlayground: Keep a RefPtr to the "Save As..." action 2023-07-19 19:36:17 +01:00
HackStudio Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Profiler Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
SQLStudio LibGUI+Userland: Use action text as a fallback in Action::status_tip() 2023-06-15 13:53:22 +01:00
UserspaceEmulator Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00