summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugosx.mm
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2017-01-17 22:28:22 +0200
committer Curt Coder <curtcoder@mail.com>2017-01-17 22:29:38 +0200
commitf096bee09bf16698c309f08e956643f8c48913a7 (patch)
treef87d5cb56cded505ac7518d171183e6d447ac504 /src/osd/modules/debugger/debugosx.mm
parent6ab31a39447aaef70404c892fe56ae695bde5405 (diff)
OS X Cocoa debugger: Autoscroll log window. [Curt Coder]
Diffstat (limited to 'src/osd/modules/debugger/debugosx.mm')
-rw-r--r--src/osd/modules/debugger/debugosx.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugosx.mm b/src/osd/modules/debugger/debugosx.mm
index 56e85e21105..60599415e69 100644
--- a/src/osd/modules/debugger/debugosx.mm
+++ b/src/osd/modules/debugger/debugosx.mm
@@ -8,7 +8,7 @@
// TODO:
-// * Automatic scrolling for console and log views
+// * Automatic scrolling for console view
// * Keyboard shortcuts in error log and device windows
// * Don't accept keyboard input while the game is running
// * Interior focus rings - standard/exterior focus rings look really ugly here