moved window logic from BaseWidget to BaseWindow
This commit is contained in:
@@ -13,10 +13,8 @@ namespace chatterino {
|
||||
namespace widgets {
|
||||
|
||||
EmotePopup::EmotePopup(singletons::ThemeManager &themeManager)
|
||||
: BaseWidget(themeManager, 0)
|
||||
: BaseWindow(themeManager, 0)
|
||||
{
|
||||
this->initAsWindow();
|
||||
|
||||
this->viewEmotes = new ChannelView();
|
||||
this->viewEmojis = new ChannelView();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user