mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
More
This commit is contained in:
@@ -140,6 +140,7 @@ namespace gsr {
|
||||
}
|
||||
|
||||
void ScrollablePage::add_widget(std::unique_ptr<Widget> widget) {
|
||||
widget->parent_widget = this;
|
||||
widgets.push_back(std::move(widget));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user