1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 03:47:35 +00:00
serenity/Applications/HexEditor
Brandon Scott bddabad3d9 HexEditor: Fixed startup error
When attempting to open a file that doesnt exist or has permission
problems, the application would end after hitting OK on the message
box instead of starting up to an empty editor.

I believe this has something to do with the dialog event loop
interfering with the application event loop, or possibly the fact
that the window creation code is in the show() method.

To work around this I now call the open_file() method after the
show() method.
2019-10-24 09:57:27 +02:00
..
HexEditor.cpp HexEditor: Added a multi-label status bar, and a new copy option. 2019-10-24 09:57:27 +02:00
HexEditor.h HexEditor: Added a multi-label status bar, and a new copy option. 2019-10-24 09:57:27 +02:00
HexEditorWidget.cpp HexEditor: Added a multi-label status bar, and a new copy option. 2019-10-24 09:57:27 +02:00
HexEditorWidget.h HexEditor: Added navigate to a hex offset 2019-10-21 09:45:21 +02:00
main.cpp HexEditor: Fixed startup error 2019-10-24 09:57:27 +02:00
Makefile HexEditor: Initial application release 2019-10-13 08:45:49 +02:00