mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
FontEditor: Save scale to config file
This commit is contained in:
parent
4d4764e0fb
commit
22b3c25f10
Notes:
sideshowbarker
2024-07-17 21:23:50 +09:00
Author: https://github.com/sppmacd
Commit: 22b3c25f10
Pull-request: https://github.com/SerenityOS/serenity/pull/11621
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