Ignore:
Timestamp:
Jul 29, 2001, 2:19:19 PM (24 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cnrh.c

    r48 r90  
    11341134    }
    11351135
     1136    // V0.9.14 (2001-07-28) [umoeller]
     1137    // tried WinSendMsg (instead of post) because
     1138    // otherwise we can't get auto-edit on wpshCreateFromTemplate
     1139    // to work... but this causes two problems:
     1140    // --  for some reason, the WPS selects the recc under
     1141    //     the mouse then, which is very wrong in most situations;
     1142    // --  since the WPS expands the root record in tree views
     1143    //     after the root has been populated, this can cause
     1144    //     totally garbled display for complex trees.
     1145    // So I'm back to WinPostMsg... // @@todo
     1146
    11361147    if (lXOfs)
    11371148        // scroll horizontally
Note: See TracChangeset for help on using the changeset viewer.