aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-08 14:29:15 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-08 14:29:15 +0200
commit2aedb03950474e37e7fd0c0cdaa8528504750790 (patch)
tree210f80c6672390200ec6166dc6bd056f30552635 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage
parente8a1a623b5f19b763941eb1fe1cbb117de01d8ec (diff)
downloadTango-2aedb03950474e37e7fd0c0cdaa8528504750790.tar.gz
Tango-2aedb03950474e37e7fd0c0cdaa8528504750790.zip
Fixed single file selection on storage PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Views/MainView.xaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Views/MainView.xaml
index e8d402d89..c57735a7b 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Views/MainView.xaml
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Views/MainView.xaml
@@ -112,7 +112,8 @@
<Setter Property="EnableMultiSelect" Value="True"></Setter>
</DataTrigger>
<DataTrigger Binding="{Binding Request.Intent}" Value="LoadFile">
- <Setter Property="EnableFileSelection" Value="False"></Setter>
+ <Setter Property="EnableFileSelection" Value="True"></Setter>
+ <Setter Property="EnableMultiSelect" Value="False"></Setter>
</DataTrigger>
</Style.Triggers>
</Style>