Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@microsoft.com>2019-11-11 20:19:14 +0300
committerVsevolod Kukol <sevoku@microsoft.com>2019-11-11 20:19:14 +0300
commit6d62e0d75b326002f02d92a66821724ed4a46f2d (patch)
tree842744bcda4da45077f3cab26e0d37c5a115fdd8 /main/src/addins/MacPlatform/MacPlatform.csproj
parentd665c12a71f243fe92fde2dc672b7b08e77092a5 (diff)
[Mac][NuGet] Use Components.SearchEntry for the Xwt.SearchEntry backend
Xwt.GtkBackend.SearchEntry is a copy of Components.SearchEntry, but without accessibility features on macOS. Since we use that widget in PackageManagement only anway, let's just use the original widget that is accessible. We can review this once we get an updated SearchWidget backend in Xwt.Gtk. Fixes VSTS #750371
Diffstat (limited to 'main/src/addins/MacPlatform/MacPlatform.csproj')
-rw-r--r--main/src/addins/MacPlatform/MacPlatform.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/MacPlatform/MacPlatform.csproj b/main/src/addins/MacPlatform/MacPlatform.csproj
index 7f051bd92d..4fffdab94f 100644
--- a/main/src/addins/MacPlatform/MacPlatform.csproj
+++ b/main/src/addins/MacPlatform/MacPlatform.csproj
@@ -93,6 +93,7 @@
<Compile Include="MacProxyCredentialProvider.cs" />
<Compile Include="ExtendedTitleBarWindowBackend.cs" />
<Compile Include="ExtendedTitleBarDialogBackend.cs" />
+ <Compile Include="AccessibleGtkSearchEntryBackend.cs" />
<Compile Include="MainToolbar\MainToolbar.cs" />
<Compile Include="MainToolbar\RunButton.cs" />
<Compile Include="MainToolbar\SearchBar.cs" />