added stuff related to scaling

This commit is contained in:
fourtf
2018-06-11 21:57:17 +02:00
parent 66e1952603
commit 866f868b54
9 changed files with 48 additions and 27 deletions
+2 -1
View File
@@ -115,8 +115,9 @@ void NotebookButton::mouseReleaseEvent(QMouseEvent *event)
void NotebookButton::dragEnterEvent(QDragEnterEvent *event)
{
if (!event->mimeData()->hasFormat("chatterino/split"))
if (!event->mimeData()->hasFormat("chatterino/split")) {
return;
}
event->acceptProposedAction();