Skip to content
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

Proposed fix 1416 Drag-and-drop of automatables to Automation Editor #1677

Merged
merged 4 commits into from
Jan 23, 2015
Merged

Proposed fix 1416 Drag-and-drop of automatables to Automation Editor #1677

merged 4 commits into from
Jan 23, 2015

Conversation

curlymorphic
Copy link
Contributor

Proposed fix #1416 Drag-and-drop of automatables to Automation Editor

@@ -2220,6 +2222,7 @@ AutomationEditorWindow::AutomationEditorWindow() :
setFocusPolicy( Qt::StrongFocus );
setFocus();
setWindowIcon( embed::getIconPixmap( "automation" ) );
setAcceptDrops( true );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpicking here... it appears we generally link the toolbar as well per BBEditor.cpp#L56

@curlymorphic
Copy link
Contributor Author

Removed to code that only linked one controller, linked to toolbar, and minor reformatting

@tresf
Copy link
Member

tresf commented Jan 23, 2015

This looks great. One possible wish...

The display doesn't seem to update properly when dragged directly in. The window needs to be closed and reopened in order to refresh properly.

image

should look like

image

@curlymorphic
Copy link
Contributor Author

The display doesn't seem to update properly when dragged directly in.

Sorted :)

@badosu
Copy link
Contributor

badosu commented Jan 23, 2015

Nice one @curlymorphic! As always :-)

@tresf
Copy link
Member

tresf commented Jan 23, 2015

Clean and simple. Merging. Thanks!

tresf added a commit that referenced this pull request Jan 23, 2015
Proposed fix 1416 Drag-and-drop of automatables to Automation Editor
@tresf tresf merged commit 1a7e30e into LMMS:master Jan 23, 2015
@curlymorphic curlymorphic deleted the 1416 branch July 5, 2015 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants