-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Conversation
@@ -2220,6 +2222,7 @@ AutomationEditorWindow::AutomationEditorWindow() : | |||
setFocusPolicy( Qt::StrongFocus ); | |||
setFocus(); | |||
setWindowIcon( embed::getIconPixmap( "automation" ) ); | |||
setAcceptDrops( true ); |
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.
Nitpicking here... it appears we generally link the toolbar as well per BBEditor.cpp#L56
Removed to code that only linked one controller, linked to toolbar, and minor reformatting |
Sorted :) |
Nice one @curlymorphic! As always :-) |
Clean and simple. Merging. Thanks! |
Proposed fix 1416 Drag-and-drop of automatables to Automation Editor
Proposed fix #1416 Drag-and-drop of automatables to Automation Editor