Fix a couple display issues and a crash
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 21:58:42 +0000 (16:58 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 1 Dec 2008 22:02:51 +0000 (17:02 -0500)
commit46917874ad76c284c119a7c6b6047e3a88a69829
tree07d5dae7d8fac35834d577ae305a428745ccc97b
parent3b08e5fa15587418e2fa83a94ce0f04efc699899
Fix a couple display issues and a crash

* Source/DebuggerController.m:
(resetDisplays): Clear all the items in the stackController.stack
(updateSourceViewer): If the selection is empty, do not try to clear it. Also, tell the textView to repaint.
Source/DebuggerController.m