From 379731919d8a275a526b1c0976bee9f0a155b9b9 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Fri, 2 Mar 2018 20:46:40 -0600 Subject: [PATCH] Add line left off after revert --- lobby.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lobby.cpp b/lobby.cpp index 9596939..13ef550 100644 --- a/lobby.cpp +++ b/lobby.cpp @@ -57,6 +57,8 @@ Lobby::Lobby(AOApplication *p_ao_app) : QMainWindow() //sets images, position and size void Lobby::set_widgets() { + ao_app->reload_theme(); + QString filename = "lobby_design.ini"; pos_size_type f_lobby = ao_app->get_element_dimensions("lobby", filename);