Changeset 12691
- Timestamp:
- Aug 25, 2009, 2:41:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-editor.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-editor.lisp
r12663 r12691 2079 2079 (#/addSubview: window-content-view pane) 2080 2080 (#/setDelegate: w pane) 2081 ;; Cocotron doesn't set the new window's initialFirstResponder which means 2082 ;; that the user must click in the window before they can edit. So, do it here. 2083 ;; Remove this when Cocotron issue #374 is fixed 2084 ;; (http://code.google.com/p/cocotron/issues/detail?id=374) 2085 #+cocotron (#/setInitialFirstResponder: w pane) 2081 2086 pane)))) 2082 2087
Note:
See TracChangeset
for help on using the changeset viewer.
