diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-12 18:58:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-12 18:58:13 +0300 |
commit | c5f980195ebf4e249b8759d660a703803fc3e369 (patch) | |
tree | 9e1bc9d0a5b67ee9f3fbe2b6f7e3b48549724465 /src/gui/windows/chatwindow.h | |
parent | 752a02d2990db39dc7f3d193951c9f8375c31889 (diff) | |
download | ManaVerse-c5f980195ebf4e249b8759d660a703803fc3e369.tar.gz ManaVerse-c5f980195ebf4e249b8759d660a703803fc3e369.tar.bz2 ManaVerse-c5f980195ebf4e249b8759d660a703803fc3e369.tar.xz ManaVerse-c5f980195ebf4e249b8759d660a703803fc3e369.zip |
fix chat tabs scrolling issue with enabled colors picker.
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index f9170ac91..648f57cf6 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -340,6 +340,7 @@ class ChatWindow final : public Window, void loadCommandsFile(const std::string &name); + void updateTabsMargin(); typedef std::map<const std::string, WhisperTab*> TabMap; /** Manage whisper tabs */ |