Fix issues pointed out in reviews :)

Fixed PR BabyRage
This commit is contained in:
Mm2PL
2020-01-03 14:43:05 +01:00
parent 86318590bf
commit a86367f4be
4 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ void ResizingTextEdit::dropEvent(QDropEvent *event)
{
this->imagePasted.invoke(event->mimeData());
}
else // allow for previous functionality of dropping text.
else
{
QTextEdit::dropEvent(event);
}