mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
LibGUI: Reflow+update TextEditor widget after ruler visibility change
This commit is contained in:
parent
58106f57de
commit
088ae37541
2 changed files with 10 additions and 1 deletions
|
@ -108,7 +108,7 @@ public:
|
|||
void set_mode(const Mode);
|
||||
|
||||
bool is_ruler_visible() const { return m_ruler_visible; }
|
||||
void set_ruler_visible(bool b) { m_ruler_visible = b; }
|
||||
void set_ruler_visible(bool);
|
||||
|
||||
void set_icon(const Gfx::Bitmap*);
|
||||
const Gfx::Bitmap* icon() const { return m_icon; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue