]> O.S.I.I.S - jp/crow.git/commitdiff
code formating
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 15 Feb 2016 21:45:52 +0000 (22:45 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 15 Feb 2016 21:45:52 +0000 (22:45 +0100)
src/GraphicObjects/TabItem.cs

index d59336f9a8748cdc25274d310007df615b8c6792..a8845f28569cfe48674ffaf10f73ac05669e0475 100644 (file)
@@ -143,7 +143,8 @@ namespace Crow
                        if (!IsSelected)
                                return mouseIsInTitle;
 
-                       return _contentContainer.ScreenCoordinates (_contentContainer.Slot).ContainsOrIsEqual (m) || mouseIsInTitle;
+                       return _contentContainer.ScreenCoordinates (_contentContainer.Slot).ContainsOrIsEqual (m)
+                               || mouseIsInTitle;
                }
        }
 }