changeset 1459:98de42fc664d

Add missing extra height from spinbuttons OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 Dec 2011 22:36:58 +0000
parents 23f7fcc1c727
children da9cd5da3440
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Thu Dec 15 22:29:47 2011 +0000
+++ b/os2/dw.c	Thu Dec 15 22:36:58 2011 +0000
@@ -4624,6 +4624,7 @@
    {
       dw_font_text_extents_get(handle, NULL, testtext, NULL, &thisheight);
       thiswidth = 50;
+      extraheight = 6;
    }
    /* Entryfield */
    else if(strncmp(tmpbuf, "#6", 3)==0)