added gotToBottom and EnableNonClientDpiScaling

This commit is contained in:
fourtf
2017-09-21 17:34:41 +02:00
parent 3e24752477
commit 222eedcd21
18 changed files with 108 additions and 53 deletions
+1 -3
View File
@@ -27,9 +27,7 @@ static const std::string &getSettingsPath()
void WindowManager::layoutVisibleChatWidgets(Channel *channel)
{
if (this->mainWindow != nullptr) {
this->mainWindow->layoutVisibleChatWidgets(channel);
}
this->layout();
}
void WindowManager::repaintVisibleChatWidgets(Channel *channel)