Ignore:
Timestamp:
Oct 18, 2005, 1:18:22 AM (20 years ago)
Author:
pr
Message:

Bart's fix for bug 676

File:
1 edited

Legend:

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

    r297 r301  
    10441044 *
    10451045 *@@added V0.9.13 (2001-06-21) [umoeller]
     1046 *@@changed V1.0.4 (2005-10-15) [bvl]: Add 1 pixel to width of DBCS tooltip @@fixes 676
    10461047 */
    10471048
     
    10651066
    10661067    // calc width and height of tooltip
     1068    // DBCS needs a extra pixel to show characters.
    10671069    cx = rcl.xRight + 2*TOOLTIP_CX_BORDER;
     1070    if (nlsDBCS())
     1071        cx++;
     1072
    10681073    cy = (rcl.yTop - rcl.yBottom) + 2*TOOLTIP_CY_BORDER;
    10691074
Note: See TracChangeset for help on using the changeset viewer.