From d59cd9111c1e86b224ea62cc975c49b157e2b3cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 23:56:04 +0300 Subject: Add to some controls palette inheritance from other controls. --- src/gui/serverdialog.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/gui/serverdialog.cpp') diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp index 973bf0c76..223eb464c 100644 --- a/src/gui/serverdialog.cpp +++ b/src/gui/serverdialog.cpp @@ -157,8 +157,9 @@ void ServersListModel::setVersionString(const int index, class ServersListBox final : public ListBox { public: - ServersListBox(ServersListModel *const model) : - ListBox(model), + ServersListBox(const Widget2 *const widget, + ServersListModel *const model) : + ListBox(widget, model), mHighlightColor(getThemeColor(Theme::HIGHLIGHT)), mTextColor(getThemeColor(Theme::LISTBOX)), mNotSupportedColor(getThemeColor(Theme::SERVER_VERSION_NOT_SUPPORTED)) @@ -255,7 +256,7 @@ ServerDialog::ServerDialog(ServerInfo *const serverInfo, mLoadButton(new Button(_("Load"), "load", this)), mServers(ServerInfos()), mServersListModel(new ServersListModel(&mServers, this)), - mServersList(new ServersListBox(mServersListModel)), + mServersList(new ServersListBox(this, mServersListModel)), mDir(dir), mDownloadStatus(DOWNLOADING_UNKNOWN), mDownload(nullptr), -- cgit v1.2.3-70-g09d2