[longomatch] Fix focus function



commit 7d045c0ac573ba1139627d17caa6d523f9bd720e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Oct 23 13:26:22 2014 +0200

    Fix focus function

 LongoMatch.GUI.Helpers/Misc.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI.Helpers/Misc.cs b/LongoMatch.GUI.Helpers/Misc.cs
index 08e8bce..5c15fcf 100644
--- a/LongoMatch.GUI.Helpers/Misc.cs
+++ b/LongoMatch.GUI.Helpers/Misc.cs
@@ -275,7 +275,7 @@ namespace LongoMatch.Gui.Helpers
                                if (child is Container) {
                                        SetFocus (child as Container, canFocus, skipTypes);
                                } else {
-                                       if (IsSkipedType (child, skipTypes)) {
+                                       if (!IsSkipedType (child, skipTypes)) {
                                                child.CanFocus = canFocus;
                                        }
                                }


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