mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibGUI: Fix typo in Splitter's resizee Getter/Setter
This commit is contained in:
parent
a0a1411ec9
commit
1ea24c38b4
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/thankyouverycool
Commit: 1ea24c38b4
Pull-request: https://github.com/SerenityOS/serenity/pull/20539
2 changed files with 7 additions and 7 deletions
|
@ -35,8 +35,8 @@ protected:
|
|||
virtual void did_layout() override;
|
||||
virtual void custom_layout() override;
|
||||
|
||||
OpportunisticResizee opportunisitic_resizee() const { return m_opportunistic_resizee; }
|
||||
void set_opportunisitic_resizee(OpportunisticResizee resizee) { m_opportunistic_resizee = resizee; }
|
||||
OpportunisticResizee opportunistic_resizee() const { return m_opportunistic_resizee; }
|
||||
void set_opportunistic_resizee(OpportunisticResizee resizee) { m_opportunistic_resizee = resizee; }
|
||||
|
||||
private:
|
||||
void override_cursor(bool do_override);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue