Changeset 845

Show
Ignore:
Timestamp:
04/28/08 12:32:44 (3 months ago)
Author:
ajps
Message:

Clear the region of screen a panel is about to be printed onto. Fixes #566.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/z-type.c

    r96 r845  
    2727        int w = bounds->width; 
    2828        int offset = 0; 
     29 
     30        region_erase(bounds); 
     31 
    2932        if (left_adj) 
    3033        {