Fix issues pointed out in reviews :)
Fixed PR BabyRage
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user