1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:47:45 +00:00

FontEditor: Save scale to config file

This commit is contained in:
Maciej 2021-11-14 14:26:10 +01:00 committed by Andreas Kling
parent 4d4764e0fb
commit 22b3c25f10
4 changed files with 51 additions and 14 deletions

View file

@ -56,7 +56,7 @@ public:
Function<void()> on_undo_event;
private:
GlyphEditorWidget() {};
GlyphEditorWidget() = default;
virtual void paint_event(GUI::PaintEvent&) override;
virtual void mousedown_event(GUI::MouseEvent&) override;
virtual void mousemove_event(GUI::MouseEvent&) override;