From aa7119314e1a33d908b98906d30be94eb116d02d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 9 Mar 2018 02:22:21 +0300 Subject: Add skin parameter to all button constructors. --- src/gui/windows/chatwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/chatwindow.cpp') diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index f9ba143bd..9dd1ea4c3 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -110,7 +110,7 @@ ChatWindow::ChatWindow(const std::string &name) : mColorListModel(new ColorListModel), mColorPicker(new DropDown(this, mColorListModel, false, Modal_false, nullptr, std::string())), - mChatButton(new Button(this, ":)", "openemote", this)), + mChatButton(new Button(this, ":)", "openemote", BUTTON_SKIN, this)), mAwayLog(), mHighlights(), mGlobalsFilter(), -- cgit v1.2.3-70-g09d2