missing-content panel scroll fix

This commit is contained in:
MihailRis
2024-02-04 03:31:11 +03:00
parent 01df957859
commit e9efdb0e7b
6 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ GUI::GUI() {
menu = std::make_shared<PagesControl>();
container->add(menu);
container->scrollable(false);
container->setScrollable(false);
}
GUI::~GUI() {