Browse Source

fix wait bars under aspect2d

David Rose 20 years ago
parent
commit
5ee35791e2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      panda/src/pgui/pgWaitBar.cxx

+ 0 - 3
panda/src/pgui/pgWaitBar.cxx

@@ -178,9 +178,6 @@ update() {
     bar_frame[1] = bar_frame[0] + frac * (bar_frame[1] - bar_frame[0]);
     
     _bar = _bar_style.generate_into(root, bar_frame, 1);
-
-    // Make sure the bar is rendered after the frame.
-    _bar.set_bin("fixed", 1);
   }
 
   // Indicate that the bar is current for this state.