From e27bc6174b9bef95514df228bb6e45ac74076734 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 4 Aug 2007 14:36:45 -0700 Subject: [PATCH] Calling updateSourceViewer: on selection change isn't enough, we also need to do it when the stack changes * Source/DebuggerWindowController.m: ([DebuggerWindowController setStack:]): Update the source viewer after finishing the setting --- Source/DebuggerWindowController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/DebuggerWindowController.m b/Source/DebuggerWindowController.m index 0a0c78a..c14987d 100644 --- a/Source/DebuggerWindowController.m +++ b/Source/DebuggerWindowController.m @@ -93,6 +93,7 @@ _stack = stack; [_stack retain]; + [self updateSourceViewer]; } /** -- 2.22.5