mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:27:34 +00:00
FontEditor: Accept file drops
This commit is contained in:
parent
a0cb8cfefd
commit
0a54a86a8b
2 changed files with 19 additions and 0 deletions
|
@ -37,6 +37,8 @@ public:
|
|||
private:
|
||||
FontEditorWidget(const String& path, RefPtr<Gfx::BitmapFont>&&);
|
||||
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
|
||||
void open_file(String const&);
|
||||
void undo();
|
||||
void redo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue