Ignore:
Timestamp:
Oct 5, 2011, 2:17:00 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Attempt to fix #436 by adding some newtDrawForm where appropriate.
File:
1 edited

Legend:

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

    r2878 r2879  
    643643                                  g_isoform_pcline, g_isoform_header,
    644644                                  g_isoform_scale, NULL);
     645            newtDrawForm(g_isoform_main);
    645646            newtRefresh();
    646647        }
     
    717718                                  g_blurb2, NULL);
    718719            newtPushHelpLine(b1c);
     720            newtDrawForm(g_progressForm);
    719721            newtRefresh();
    720722        }
     
    10781080        if (!g_text_mode) {
    10791081//      log_it("refreshing");
     1082            newtDrawForm(g_isoform_main);
    10801083            newtRefresh();
    10811084        }
     
    12281231                newtLabelSetText(g_percentline, percentline_str);
    12291232            }
     1233            newtDrawForm(g_progressForm);
    12301234            newtRefresh();
    12311235        }
Note: See TracChangeset for help on using the changeset viewer.