Browse Source

bugfix suggested by Erik Pojar

David Rose 16 years ago
parent
commit
fe763aff9a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pgui/pgEntry.cxx

+ 1 - 0
panda/src/pgui/pgEntry.cxx

@@ -636,6 +636,7 @@ setup_minimal(float width, int num_lines) {
   set_max_chars(0);
   set_max_chars(0);
   set_max_width(width);
   set_max_width(width);
   set_num_lines(num_lines);
   set_num_lines(num_lines);
+  update_text();
 
 
   _accept_enabled = true;
   _accept_enabled = true;