-
-
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
[ENH] Canvas: 'Window Groups' continued #3085
[ENH] Canvas: 'Window Groups' continued #3085
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3085 +/- ##
=========================================
Coverage ? 82.63%
=========================================
Files ? 340
Lines ? 58790
Branches ? 0
=========================================
Hits ? 48580
Misses ? 10210
Partials ? 0 |
The default group is automatically activated when a workflow document is opened.
show before restoring the state
8cb2bd4
to
40711da
Compare
ctrl + down_arrow does not seem to do anything on my system... (but if if works for others I am fine with the explanation that my system is strange :)) Also I find the wording of these menu options a bit confusing (Bring widgets to front, Display widgets on top). |
On my system, ctrl+down_arrow works. However, when the focus is on a widget, it behaves like regular up/down, despite holding ctrl. For example, when in Edit Domain, ctrl+down_arrow would walk through a list of variables and not bring widgets to front. If this is by design, I'm fine with that. I just thought adding ctrl would have a different functionality than down_arrow used on its own. One more thing. It is not a consequence of this PR, but since the PR is meant to work on extended screens, I'll just mention it. My full screen Orange looks weird. |
ctrl+down_arrow works only when the canvas has focus. It's intended as a counterpart to the ctrl + up_arrow in the widget and a more light-weight version of the window groups. |
Issue
Applies on top of #3066
Cleanup and extend 'Window Groups' functionality.
Description of changes
Includes