Changeset 5568


Ignore:
Timestamp:
Apr 2, 2010, 11:39:06 AM (14 years ago)
Author:
ronosman
Message:

use wxSTAY_ON_TOP on preview.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxImagePreview.pm

    r5538 r5568  
    3232             wxMAXIMIZE_BOX
    3333             wxMINIMIZE_BOX
     34             wxSTAY_ON_TOP
    3435         /;
    3536
     
    5960             wxRESIZE_BORDER|
    6061             wxDEFAULT_DIALOG_STYLE|
    61              wxDIALOG_NO_PARENT
     62             wxDIALOG_NO_PARENT|
     63             wxSTAY_ON_TOP
    6264    );
    6365
Note: See TracChangeset for help on using the changeset viewer.