You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,9 @@
41
41
* Setting item movable state now also sets the resizable state:
42
42
* The PlotPy event system won't prevent the user from moving the item by dragging the handles if the item is just not movable: it has to be not resizable, which is not intuitive.
43
43
* This is now fixed
44
+
* Range selection items (`XRangeSelection`, `YRangeSelection`):
45
+
* Handles are now displayed only when the item is resizable
46
+
* If the item is set as not resizable (using the `set_resizable` method), the handles will be hidden
0 commit comments