Phase 6: Kompatibilitaetsabnahme abschliessen und archivieren
This commit is contained in:
@@ -1050,7 +1050,7 @@ impl Vm {
|
||||
|
||||
/// Polls modeless forms after the module body has ended.
|
||||
pub fn poll_visible_forms(&mut self, host: &mut dyn Host, budget: usize) -> PollResult {
|
||||
if self.terminated {
|
||||
if self.terminated || (self.dialog.is_some() && self.rt.ende) {
|
||||
return PollResult::Event(RunEvent::Ended);
|
||||
}
|
||||
if self
|
||||
|
||||
Reference in New Issue
Block a user