From e52c9f381741adebedfcb301aaa8217921825acf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bellai=20=C3=81d=C3=A1m?= Date: Thu, 5 Oct 2017 06:23:47 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30531 --- client/Maestro/MaestroForm.Source.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/Maestro/MaestroForm.Source.cs b/client/Maestro/MaestroForm.Source.cs index d9928def..852a747e 100644 --- a/client/Maestro/MaestroForm.Source.cs +++ b/client/Maestro/MaestroForm.Source.cs @@ -98,10 +98,10 @@ namespace Maestro { var selectedItems = bindingSource.Current; if (selectedrows == null) return; - //if (e.ColumnIndex == 0) { - // SetSourceFromCheckBoxAction(selectedrows); - // return; - //} + if (e.ColumnIndex == 0) { + SetSourceFromCheckBoxAction(selectedrows); + return; + } if (e.ColumnIndex != 3) return; FileSourceItem fileSourceItem = selectedItems as FileSourceItem; @@ -271,10 +271,10 @@ namespace Maestro { } private void dataGridSource_KeyDown(object sender, KeyEventArgs e) { - if (e.KeyCode == Keys.Space) { - var selectedRows = dataGridSource.SelectedRows; - SetSourceFromCheckBoxAction(selectedRows); - } + //if (e.KeyCode == Keys.Space) { + // var selectedRows = dataGridSource.SelectedRows; + // SetSourceFromCheckBoxAction(selectedRows); + //} } } } -- 2.54.0