summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/Renderers
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2017-07-25 12:30:27 -0400
committerGitHub <noreply@github.com>2017-07-25 12:30:27 -0400
commit6be1e9ab43dce481181435037b4e2e88be8d48a9 (patch)
tree338030ce44d1709526b726c416e27fe5dd96ce00 /Xamarin.Forms.Platform.MacOS/Renderers
parent9c82ed129ffb349a393e67dc9695dbc2f3600c35 (diff)
downloadxamarin-forms-6be1e9ab43dce481181435037b4e2e88be8d48a9.tar.gz
xamarin-forms-6be1e9ab43dce481181435037b4e2e88be8d48a9.tar.bz2
xamarin-forms-6be1e9ab43dce481181435037b4e2e88be8d48a9.zip
[Mac] Fix ProgressBar (#1068)
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS/Renderers')
-rw-r--r--Xamarin.Forms.Platform.MacOS/Renderers/ProgressBarRenderer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/Renderers/ProgressBarRenderer.cs b/Xamarin.Forms.Platform.MacOS/Renderers/ProgressBarRenderer.cs
index 7b3c84ae..97718981 100644
--- a/Xamarin.Forms.Platform.MacOS/Renderers/ProgressBarRenderer.cs
+++ b/Xamarin.Forms.Platform.MacOS/Renderers/ProgressBarRenderer.cs
@@ -16,6 +16,7 @@ namespace Xamarin.Forms.Platform.MacOS
SetNativeControl(new NSProgressIndicator
{
IsDisplayedWhenStopped = true,
+ Indeterminate = false,
Style = NSProgressIndicatorStyle.Bar,
MinValue = 0,
MaxValue = 1