[ENH] OWWidget: Collapse/expand the widget on control area toggle#3146
[ENH] OWWidget: Collapse/expand the widget on control area toggle#3146lanzagar merged 2 commits intobiolab:masterfrom
Conversation
97a007c to
62760bc
Compare
Codecov Report
@@ Coverage Diff @@
## master #3146 +/- ##
==========================================
+ Coverage 82.35% 82.35% +<.01%
==========================================
Files 335 335
Lines 58256 58277 +21
==========================================
+ Hits 47977 47995 +18
- Misses 10279 10282 +3 |
|
I made a mess. I didn't realize merging #3141 also touches widget.py. Should I revert and keep this one instead? |
|
No. I can rebase. |
62760bc to
8606eea
Compare
|
There is a visible blink/movement of items in the main area when the widget moves and then shrinks. Is it perhaps possible to do this in a single update? |
Probably not. This seems platform dependent. |
On Gnome, KDE, ... fast repeat causes the widget to 'travel' to the right.
|
I like this. I don't experience any blinking on OSX (but this is after the last commit). There is an occasional update of the plot (or at least it looks like the graph is replotted), but it doesn't bother. Not sure what would happen on bigger data set, but perhaps it is not replotting but just a small glitch. :) |
Issue
Implements gh-3144
Description of changes
Collapse/expand the widget on control area toggle by the control area width
Includes