Ignore:
Timestamp:
Oct 8, 2011, 12:30:40 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Remove again some wrong variable initialization for Net in order to not have strange messages now we call Draw more often
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/newt-specific.c

    r2881 r2886  
    712712            g_scale = newtScale(3, 6, 54, g_maximum_progress);
    713713            g_progressForm = newtForm(NULL, NULL, 0);
    714             g_percentline = newtLabel(10, 9, "This is the percentline");
    715             g_timeline = newtLabel(10, 8, "This is the timeline");
     714            g_percentline = newtLabel(10, 9, "                       ");
     715            g_timeline = newtLabel(10, 8, "                    ");
    716716            newtFormAddComponents(g_progressForm, g_percentline,
    717717                                  g_timeline, g_scale, g_blurb1, g_blurb3,
Note: See TracChangeset for help on using the changeset viewer.