-
Notifications
You must be signed in to change notification settings - Fork 255
Remove Unnecessary Plugin Pane Controls #632
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
base: master
Are you sure you want to change the base?
Remove Unnecessary Plugin Pane Controls #632
Conversation
Removal of unnecessary plugin pane controls. Signed-off by : Pavithra Anand <[email protected]>
could you please provide a screenshots for comparison? |
src/mainwindow.cpp
Outdated
@@ -3404,7 +3404,7 @@ void MainWindow::on_pluginWidget_customContextMenuRequested(QPoint pos) | |||
menu.addAction(action); | |||
} | |||
|
|||
menu.addSeparator(); | |||
/*menu.addSeparator(); |
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.
if code is not needed anymore, please remove it instead of commenting out
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. I removed it.
Removed the plugin pane controls and Move Up/ Move Down from context menu Signed-off by : Pavithra Anand <[email protected]>
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.
Codewise ok for me, however I do not know why you think those controls were useless. @alexmucde to decide
Removal of unnecessary plugin pane controls.
Signed-off by : Pavithra Anand [email protected]