[longomatch] Fix deadlock in OS X and Windows



commit b5488698c8008e820dee20af61bd78852201d38a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Oct 12 18:40:25 2013 +0200

    Fix deadlock in OS X and Windows

 LongoMatch.GUI/Gui/MainWindow.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/MainWindow.cs b/LongoMatch.GUI/Gui/MainWindow.cs
index 7f1bf11..53d5e0d 100644
--- a/LongoMatch.GUI/Gui/MainWindow.cs
+++ b/LongoMatch.GUI/Gui/MainWindow.cs
@@ -414,7 +414,10 @@ namespace LongoMatch.Gui
                        }
                        
                        if(projectType == ProjectType.FakeCaptureProject) {
+#if OS_TYPE_LINUX
+                               /* This deadlocks in Windows and OS X */
                                (downbox[videowidgetsbox] as Box.BoxChild).Expand = false;
+#endif
                                (downbox[buttonswidget] as Box.BoxChild).Expand = true;
                        }
                        


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