FontEditor: Save scale to config file

This commit is contained in:
Maciej 2021-11-14 14:26:10 +01:00 committed by Andreas Kling
commit 22b3c25f10
Notes: sideshowbarker 2024-07-17 21:23:50 +09:00
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;