|
| From: | John Donoghue |
| Subject: | [Octave-bug-tracker] [bug #54495] Drag and drop inside editor does not work |
| Date: | Mon, 13 Aug 2018 14:04:04 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134 |
Follow-up Comment #5, bug #54495 (project octave):
Quick look at code changes, I think
hg.savannah.gnu.org/hgweb/octave/rev/7332287221a9 may have removed the
functionality, so that now the only drag events that will work are those with
urls.
void
file_editor::dragEnterEvent (QDragEnterEvent *e)
{
if (e->mimeData ()->hasUrls ())
{
e->acceptProposedAction ();
}
}
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54495>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |