[chronojump] Removed EncoderSelectReps IndividualCurrentSession genericWin edit stuff



commit 5dfc72dbf0f545633cf4ebacbcfcee1665b009de
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Sep 16 16:28:30 2019 +0200

    Removed EncoderSelectReps IndividualCurrentSession genericWin edit stuff

 src/gui/encoderSelectRepetitions.cs | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/src/gui/encoderSelectRepetitions.cs b/src/gui/encoderSelectRepetitions.cs
index 6867083b..e8877e96 100644
--- a/src/gui/encoderSelectRepetitions.cs
+++ b/src/gui/encoderSelectRepetitions.cs
@@ -274,11 +274,6 @@ public class EncoderSelectRepetitionsIndividualCurrentSession : EncoderSelectRep
                int count = 0;
                foreach (Person p in personsPre)
                        persons[count++] = p.UniqueID.ToString() + ":" + p.Name;
-               genericWinESR.SetComboValues(persons, currentPerson.UniqueID + ":" + currentPerson.Name);
-               genericWinESR.SetComboLabel(Catalog.GetString("Change the owner of selected repetition") + 
-                               " (" + Catalog.GetString("code") + ":" + Catalog.GetString("name") + ")");
-               genericWinESR.ShowEditRow(false);
-               genericWinESR.CommentColumn = 10;
                
                genericWinESR.ShowButtonCancel(false);
                genericWinESR.SetButtonAcceptSensitive(true);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]