Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
Fixed: Refresh was not working properly.
  • Loading branch information
shreyanshanchlia committed Apr 25, 2020
1 parent 8270f09 commit 7a865b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Assets/Scenes/Scheduler.unity
Original file line number Diff line number Diff line change
Expand Up @@ -3429,7 +3429,7 @@ MonoBehaviour:
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_ColorMultiplier: 1
m_FadeDuration: 0.1
m_SpriteState:
Expand Down Expand Up @@ -3647,7 +3647,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: -24.99997}
m_AnchoredPosition: {x: 0, y: -25.00003}
m_SizeDelta: {x: -1000, y: -50}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &705285644
Expand Down Expand Up @@ -5252,7 +5252,7 @@ MonoBehaviour:
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_ColorMultiplier: 1
m_FadeDuration: 0.1
m_SpriteState:
Expand All @@ -5266,7 +5266,7 @@ MonoBehaviour:
m_PressedTrigger: Pressed
m_SelectedTrigger: Selected
m_DisabledTrigger: Disabled
m_Interactable: 1
m_Interactable: 0
m_TargetGraphic: {fileID: 496856234}
toggleTransition: 1
graphic: {fileID: 834078886}
Expand Down Expand Up @@ -9956,7 +9956,7 @@ PrefabInstance:
- target: {fileID: 7400849947479602789, guid: c239c61fe80636142ab0de525a81605f,
type: 3}
propertyPath: m_AnchoredPosition.x
value: 0.0007324219
value: 0.00061035156
objectReference: {fileID: 0}
- target: {fileID: 7400849947479602789, guid: c239c61fe80636142ab0de525a81605f,
type: 3}
Expand Down
2 changes: 1 addition & 1 deletion Assets/src/ChartMaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private void Start()
public void RefreshSummaryList()
{
summaryAdded = new List<PropertiesData>();
foreach (GameObject @object in GanttChartDataHolders.ToArray())
foreach (GameObject @object in GanttChartDataHolders)
{
Destroy(@object);
}
Expand Down
6 changes: 3 additions & 3 deletions ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ PlayerSettings:
defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0}
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
m_ShowUnitySplashScreen: 1
m_ShowUnitySplashLogo: 1
m_ShowUnitySplashScreen: 0
m_ShowUnitySplashLogo: 0
m_SplashScreenOverlayOpacity: 1
m_SplashScreenAnimation: 2
m_SplashScreenLogoStyle: 1
Expand Down Expand Up @@ -118,7 +118,7 @@ PlayerSettings:
16:10: 0
16:9: 1
Others: 0
bundleVersion: 0.4a1
bundleVersion: 1.0f1
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit 7a865b6

Please sign in to comment.