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:
authorLluis Sanchez <lluis@xamarin.com>2014-07-31 21:59:09 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-07-31 21:59:09 +0400
commit33c4edc858238b7d471257db33658ef0a3d16133 (patch)
tree0eefac33904f1dcae1337a6dcea311e723f74d69 /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components
parente86f131a11e4ae53a7a0853aefe1dbc773863fcd (diff)
[Ide] Restore api to fix the build
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs
index fc09f72623..a0794350f9 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Components/ExtensibleTreeView.cs
@@ -1014,6 +1014,12 @@ namespace MonoDevelop.Ide.Gui.Components
public event EventHandler CurrentItemActivated;
+ [Obsolete ("Not supported anymore")]
+ public double Zoom {
+ get { return 1d; }
+ set { }
+ }
+
[CommandHandler (EditCommands.Copy)]
public void CopyCurrentItem ()
{