- Timestamp:
- May 2, 2011, 10:40:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/gui/docViewer.cpp
r491 r494 63 63 // switching pages in documents with dark page backgrounds. A possible solution 64 64 // would be to introduce a method to the document interface that returns the 65 // background color for the given page and use this color instead. 65 // background color for the given page and use this color instead. 66 66 //#define FILL_PAGE_BACKGROUND 67 67 … … 913 913 void DocumentViewer::wmSize( HWND hwnd, MPARAM mp2 ) 914 914 { 915 if ( !WinIsWindowShowing( hwnd ) ) {916 return;917 }918 919 915 BOOL sizeChanged = cxClient != SHORT1FROMMP( mp2 ) || 920 916 cyClient != SHORT2FROMMP( mp2 );
Note: See TracChangeset
for help on using the changeset viewer.