Re: [Kicad-developers] [PATCH] Grid Control: Cells selecting fix.

2019-09-26 Thread Seth Hillbrand
Patch pushed. Thank you for your contribution to KiCad! -Seth On 2019-09-25 23:35, Константин Барановский wrote: > Hi Seth. > > The problem is illustrated on the gif bellow: > > Please notice, no modifier keys are used. > The patch is attached. > > ср, 25 сент. 2019 г. в 23:27, Seth Hi

Re: [Kicad-developers] [PATCH] Grid Control: Cells selecting fix.

2019-09-25 Thread Константин Барановский
Hi Seth. The problem is illustrated on the gif bellow: [image: screencast.gif] Please notice, no modifier keys are used. The patch is attached. ср, 25 сент. 2019 г. в 23:27, Seth Hillbrand : > Hi Konstantin- > > This makes sense. Can you send as a patch? > > -Seth > > On 2019-09-24 10:38, Kon

Re: [Kicad-developers] [PATCH] Grid Control: Cells selecting fix.

2019-09-25 Thread Seth Hillbrand
Hi Konstantin- This makes sense. Can you send as a patch? -Seth On 2019-09-24 10:38, Konstantin Baranovskiy wrote: If *editable* cells had been selected by holding and dragging the mouse's left button, the previous selection were not clearing. --- common/grid_tricks.cpp | 3 +++ 1 file chan

[Kicad-developers] [PATCH] Grid Control: Cells selecting fix.

2019-09-24 Thread Konstantin Baranovskiy
If *editable* cells had been selected by holding and dragging the mouse's left button, the previous selection were not clearing. --- common/grid_tricks.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/grid_tricks.cpp b/common/grid_tricks.cpp index 832b704db..509cdbcc8 100644 --- a