소스 검색

fix wait bars under aspect2d

David Rose 20 년 전
부모
커밋
5ee35791e2
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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_frame[1] = bar_frame[0] + frac * (bar_frame[1] - bar_frame[0]);
     
     
     _bar = _bar_style.generate_into(root, bar_frame, 1);
     _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.
   // Indicate that the bar is current for this state.