Changeset 484


Ignore:
Timestamp:
10/26/08 04:55:49 (3 years ago)
Author:
szabgab
Message:

Freeze again the output window on creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre/Wx/Output.pm

    r469 r484  
    2424        Wx::wxTE_READONLY | Wx::wxTE_MULTILINE | Wx::wxTE_DONTWRAP | Wx::wxNO_FULL_REPAINT_ON_RESIZE, 
    2525    ); 
     26    $self->Freeze; 
    2627 
    2728    # Do custom startup stuff here 
Note: See TracChangeset for help on using the changeset viewer.