From 031e7688c3ae7346912e0a8af441944d630023c4 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 7 Sep 2015 20:18:34 -0500 Subject: [PATCH 1/2] Update what's new for rectangeselector --- doc/users/whats_new/updated_widgets.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/users/whats_new/updated_widgets.rst b/doc/users/whats_new/updated_widgets.rst index 0ec3263d1574..730958fe1754 100644 --- a/doc/users/whats_new/updated_widgets.rst +++ b/doc/users/whats_new/updated_widgets.rst @@ -11,3 +11,16 @@ A MultiCursor object can be disabled (and enabled) after it has been created wit Example:: multi_cursor.active = False + + +Improved RectangleSelector and new EllipseSelector Widget +````````````````````````````````````````````````````````` + +Adds an `interactive` keyword which provides visible handles for manipulating the shape after it has been drawn. + +Adds keyboard modifiers for: + +- Moving the existing shape (default key = 'space') +- Making the shape square (default 'shift') +- Make the initial point the center of the shape (default 'control') +- Square and center can be combined From 86d3f9ea376f3db0ad76d0207accdb358c103887 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 7 Sep 2015 20:19:19 -0500 Subject: [PATCH 2/2] Tweak wording --- doc/users/whats_new/updated_widgets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/whats_new/updated_widgets.rst b/doc/users/whats_new/updated_widgets.rst index 730958fe1754..67db7fb744e0 100644 --- a/doc/users/whats_new/updated_widgets.rst +++ b/doc/users/whats_new/updated_widgets.rst @@ -16,7 +16,7 @@ Example:: Improved RectangleSelector and new EllipseSelector Widget ````````````````````````````````````````````````````````` -Adds an `interactive` keyword which provides visible handles for manipulating the shape after it has been drawn. +Adds an `interactive` keyword which enables visible handles for manipulating the shape after it has been drawn. Adds keyboard modifiers for: