Skip to content

Commit

Permalink
[example] Fix typo, remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Oct 1, 2024
1 parent 9565056 commit 432e713
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/widgets_example.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ namespace WidgetsExample
imageTextButton->setAlignment(gcn::ImageTextButton::TOP);
imageTextButton->addActionListener(this);

imageButton->setSize(220, 90);
imageButton->addActionListener(this);
inputBox = std::make_unique<gcn::InputBox>("Change name", " Set name of label ");

inputBox->setVisible(false);
Expand Down

0 comments on commit 432e713

Please sign in to comment.