mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:47:35 +00:00
Calendar: Don't assign next_month button variable to add_event button
This commit is contained in:
parent
961b4f2577
commit
dc680d57aa
2 changed files with 5 additions and 4 deletions
|
@ -20,6 +20,7 @@ private:
|
|||
RefPtr<GUI::Label> m_selected_date_label;
|
||||
RefPtr<GUI::Button> m_prev_month_button;
|
||||
RefPtr<GUI::Button> m_next_month_button;
|
||||
RefPtr<GUI::Button> m_add_event_button;
|
||||
|
||||
class CalendarTile final : public GUI::Frame {
|
||||
C_OBJECT(CalendarTile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue