mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:37:44 +00:00
FontEditor: Hide Widget::set_font() in GlyphEditorWidget
We were already doing the same for its getters, and this makes its API more consistent with GlyphMapWidget.
This commit is contained in:
parent
bae36a7264
commit
dcf6454059
3 changed files with 3 additions and 4 deletions
|
@ -18,7 +18,7 @@ REGISTER_WIDGET(FontEditor, GlyphEditorWidget);
|
|||
|
||||
namespace FontEditor {
|
||||
|
||||
void GlyphEditorWidget::initialize(Gfx::BitmapFont& mutable_font)
|
||||
void GlyphEditorWidget::set_font(Gfx::BitmapFont& mutable_font)
|
||||
{
|
||||
if (m_font == mutable_font)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue