mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
LibGUI: Add m_ prefix to gutter_click_state in ScrollBar
Quick fix, this member did not seem to follow the conventions.
This commit is contained in:
parent
297e095755
commit
9ab3ab86cb
Notes:
sideshowbarker
2024-07-17 17:30:25 +09:00
Author: https://github.com/MacDue
Commit: 9ab3ab86cb
Pull-request: https://github.com/SerenityOS/serenity/pull/12953
2 changed files with 11 additions and 12 deletions
|
@ -57,8 +57,7 @@ private:
|
|||
NotPressed,
|
||||
BeforeScrubber,
|
||||
AfterScrubber,
|
||||
} gutter_click_state
|
||||
= GutterClickState::NotPressed;
|
||||
} m_gutter_click_state { GutterClickState::NotPressed };
|
||||
|
||||
int default_button_size() const { return 16; }
|
||||
int button_size() const { return length(orientation()) <= (default_button_size() * 2) ? length(orientation()) / 2 : default_button_size(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue