Changeset 12826
- Timestamp:
- Sep 12, 2009, 7:13:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-backtrace.lisp
r12733 r12826 238 238 239 239 (def-cocoa-default *backtrace-font-name* :string #+darwin-target "Monaco" 240 #-darwin-target " Terminal" "Name of font used in backtrace views")240 #-darwin-target "Courier" "Name of font used in backtrace views") 241 241 (def-cocoa-default *backtrace-font-size* :float 9.0f0 "Size of font used in backtrace views") 242 242 … … 247 247 (unless (%null-ptr-p outline) 248 248 (#/setTarget: outline self) 249 #-cocotron ; crashes 249 250 (#/setRowHeight: outline (size-of-char-in-font font)) 250 251 (#/setDoubleAction: outline (@selector #/backtraceDoubleClick:))
Note: See TracChangeset
for help on using the changeset viewer.