Ignore:
Timestamp:
03/02/10 08:02:42 (14 years ago)
Author:
Nicholas Riley
Message:

Remove some more unnecessary nextKeyView connections. The key view loop no longer tries to be so intelligent and thus confuses Cocoa less; backwards tabbing should work reliably now. Note that the view/edit toggle is no longer in the key view loop at all: it is keyboard accessible from the Edit menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlarmSetController.m

    r608 r613  
    319319    if (editAlertSelected) {
    320320        NSSize editWinSize = [window maxSize];
    321         [editAlert setNextKeyView: [displayMessage controlView]];
    322321        frame.origin.y += frame.size.height - editWinSize.height;
    323322        frame.size = editWinSize;
     
    358357        frame.size = viewWinSize;
    359358        [window setFrame: frame display: (sender != nil) animate: (sender != nil)];
    360         [editAlert setNextKeyView: cancelButton];
    361359    }
    362360    if (sender != nil) {
Note: See TracChangeset for help on using the changeset viewer.