Ignore:
Timestamp:
11/05/02 03:24:08 (21 years ago)
Author:
Nicholas Riley
Message:

PSDockBounceAlert: Make it work, assuming the app doesn't get brought
forward immediately upon the alarm activation.

NJRQTMediaPopUpButton: Fixed drag and drop. Added _descriptionForDraggingInfo:
to

PSMovieAlertController: Fixed movie vertical size, looks like a bug
got enshrined in the documentation.

PSAlarmAlertController: Don't force app to front until alerts are ready.

File:
1 edited

Legend:

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

    r34 r40  
    5151            while (1) {
    5252                movieSize = [movieView sizeForMagnification: magnification];
     53                movieSize.height -= 16; // controller is hidden, but its size is included (documented, ergh)
    5354                if (movieSize.width > screenRect.size.width || movieSize.height > screenRect.size.height)
    5455                    magnification /= 2;
Note: See TracChangeset for help on using the changeset viewer.