- Timestamp:
- Nov 8, 1999, 3:12:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/edit.cpp
r1550 r1637 1 /* $Id: edit.cpp,v 1.1 0 1999-11-02 19:13:00 sandervlExp $ */1 /* $Id: edit.cpp,v 1.11 1999-11-08 14:12:44 phaller Exp $ */ 2 2 /* 3 3 * Edit control … … 3485 3485 GetTextMetricsA(dc, &tm); 3486 3486 es->line_height = tm.tmHeight; 3487 3488 //@@@PH 1999/11/08 prevent division by zero 3489 if (es->line_height == 0) 3490 es->line_height = 12; // reasonable default? 3491 3487 3492 es->char_width = tm.tmAveCharWidth; 3488 3493 if (font)
Note:
See TracChangeset
for help on using the changeset viewer.