From 668eb64f236dddd45507c23daa1b688514aa4c7b Mon Sep 17 00:00:00 2001 From: Eusebiu Marcu Date: Sun, 14 Nov 2010 14:19:38 +0200 Subject: [PATCH] modify UI for comment --- .../Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml | 4 ++++ .../Debugger.AddIn/Tooltips/PinDebuggerControl.xaml.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml b/src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml index 5cfebc827f..7752bc8bb0 100644 --- a/src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml +++ b/src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml @@ -234,6 +234,10 @@ Height="0" MaxHeight="50"> diff --git a/src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml.cs b/src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml.cs index 6512f4f900..40ddb22bf3 100644 --- a/src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml.cs +++ b/src/AddIns/Debugger/Debugger.AddIn/Tooltips/PinDebuggerControl.xaml.cs @@ -324,7 +324,7 @@ namespace Debugger.AddIn.Tooltips return; var resultNode = currentDebugger.GetNode(node.FullName, node.ImageName); - if (resultNode == null) + if (resultNode == null) return; // HACK for updating the pins in tooltip var observable = new ObservableCollection();