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:
parent
4d4764e0fb
commit
22b3c25f10
4 changed files with 51 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue