diff --git a/panda/src/pgui/pgWaitBar.cxx b/panda/src/pgui/pgWaitBar.cxx index d48d35e68c..fddaa76218 100644 --- a/panda/src/pgui/pgWaitBar.cxx +++ b/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.