fixed redraw issue

This commit is contained in:
fourtf
2018-12-02 19:20:14 +01:00
parent fa24a2acd0
commit bd8fab7e68
6 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#pragma once
#include "ABTheme.hpp"
#include "BaseTheme.hpp"
#include "common/Singleton.hpp"
#include "util/RapidJsonSerializeQString.hpp"
@@ -13,7 +13,7 @@ namespace chatterino {
class WindowManager;
class Theme final : public Singleton, public ABTheme
class Theme final : public Singleton, public BaseTheme
{
public:
Theme();