added ui scaling
This commit is contained in:
@@ -660,6 +660,11 @@ void ChannelView::drawMessages(QPainter &painter)
|
||||
|
||||
void ChannelView::wheelEvent(QWheelEvent *event)
|
||||
{
|
||||
if (event->modifiers() & Qt::ControlModifier) {
|
||||
event->ignore();
|
||||
return;
|
||||
}
|
||||
|
||||
this->pausedBySelection = false;
|
||||
this->pausedTemporarily = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user