-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[MU3] Image paste crashes #7699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0e5ab80
to
1caa8f7
Compare
libmscore/textbase.cpp
Outdated
@@ -10,6 +10,8 @@ | |||
// the file LICENCE.GPL | |||
//============================================================================= | |||
|
|||
#include "global/log.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to not include it here, otherwise we can easily miss this during the port of the changes
in short, we're going to reduce external dependencies from "libmscore" in master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, removed this. Reduces this PR to a port of @mattmcclinch's fix for master to 3.x
1caa8f7
to
bddd083
Compare
bddd083
to
a77aeff
Compare
if (_selection.element()) | ||
addRefresh(_selection.element()->abbox()); | ||
if (target->acceptDrop(ddata)) { | ||
ddata.dropElement = nel; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Darn, this line should have stayed before the if
Edit: now fixed in #9000
Fixing a screw-up of mine from musescore#7699 (a backport of musescore#7698)
Fixing a screw-up of mine from musescore#7699 (a backport of musescore#7698)
Fixing a screw-up of mine from musescore#7699 (a backport of musescore#7698)
Fixing a screw-up of mine from musescore#7699 (a backport of musescore#7698)
Fixing a screw-up of mine from musescore#7699 (a backport of musescore#7698)
Fixing a screw-up of mine from musescore#7699 (a backport of musescore#7698)
Fixing a screw-up of mine from musescore#7699 (a backport of musescore#7698)
Resolves: