Merge pull request #40 from JIghtuse/master
Fix: typo in TerminalDisplay
This commit is contained in:
@@ -2916,7 +2916,7 @@ void TerminalDisplay::dragEnterEvent(QDragEnterEvent* event)
|
||||
{
|
||||
if (event->mimeData()->hasFormat("text/plain"))
|
||||
event->acceptProposedAction();
|
||||
if (event->mimeData()->urls().count());
|
||||
if (event->mimeData()->urls().count())
|
||||
event->acceptProposedAction();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user