Changeset 819 for trunk/dll/newview.c
- Timestamp:
- Aug 30, 2007, 1:10:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/newview.c
r818 r819 23 23 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 24 24 26 Aug 07 GKY Fixed fast viewer text load failure 25 28 Aug 07 GKY Reversed horizontal scrollbar behavior to be present for unwrapped text and absent for wrapped text & hex. 25 26 26 27 … … 1867 1868 BOOL invalidate = FALSE; 1868 1869 1869 if (ad->wrapon || ad->hex) { 1870 if (ad->wrapon || ad->hex) { // GKY reverse case where hscroll bar is presnt 1870 1871 if (WinQueryWindow(ad->hhscroll, QW_PARENT) == ad->hwndFrame) { 1871 1872 invalidate = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.