aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2019-09-29 03:27:36 +0300
committerCrystalwarrior <varsash@gmail.com>2019-09-29 03:27:36 +0300
commitd5cbb085db9cc61ddc007217d1217c343307322e (patch)
tree28a9a3269891bb65531cab2728d43e38fbd37874 /src
parent30c02221d282cb4d340aa38334f89e4825fa39d0 (diff)
Update Bass.dll headers to newer version
Remove a bunch of comments Add lqapng and lqwebp to try and get apng and webp support to fuckin load already
Diffstat (limited to 'src')
-rw-r--r--src/courtroom.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp
index e0b19483..58104280 100644
--- a/src/courtroom.cpp
+++ b/src/courtroom.cpp
@@ -2601,22 +2601,6 @@ void Courtroom::chat_tick()
}
ui_vp_message->ensureCursorVisible();
- // //Grab the currently displayed chars
- // f_rest = f_message.left(tick_pos);
- // f_rest.replace("\\n", "\n");
-
- // QFontMetrics fm = fontMetrics();
- // QRect bounding_rect = fm.boundingRect(QRect(0,0,ui_vp_message->width(),ui_vp_message->height()), Qt::TextWordWrap, f_rest);
-
- // //If the text overflows, make it snap to bottom
- // if (bounding_rect.height() > ui_vp_message->height())
- // {
-
- // QScrollBar *scroll = ui_vp_message->verticalScrollBar();
- // scroll->value();
- // scroll->setValue(scroll->maximum());
- // }
-
// Keep the speed at bay.
if (current_display_speed < 0)
current_display_speed = 0;