We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27e012 commit 07b42a6Copy full SHA for 07b42a6
tests/yup_gui/yup_PopupMenu.cpp
@@ -49,7 +49,8 @@ class PopupMenuTest : public ::testing::Test
49
50
targetComponent = std::make_unique<Component> ("testTarget");
51
targetComponent->setBounds (100, 100, 200, 30);
52
- parentComponent->addChildComponent (*targetComponent);
+
53
+ parentComponent->addAndMakeVisible (*targetComponent);
54
}
55
56
std::unique_ptr<Component> parentComponent;
0 commit comments