From 4e6a8f9414db31f2876d289cdaf630a95b24aa50 Mon Sep 17 00:00:00 2001 From: Louie S Date: Mon, 15 Apr 2024 21:55:31 -0400 Subject: Fix rendering issue --- src/assignmentList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/assignmentList.cpp b/src/assignmentList.cpp index 8c1fab1..270eba6 100644 --- a/src/assignmentList.cpp +++ b/src/assignmentList.cpp @@ -73,8 +73,8 @@ void AssignmentList::initializeUI() { ui.toolBar->addAction(ui.actionAdd_Group); this->displayDate(); - this->displayWidgets(); this->show(); + this->displayWidgets(); } void AssignmentList::displayDate() { -- cgit