Fix Restauration TMR si minimisée
Lors d'une action dans les TMRs, si la fenêtre est minimisée, on la réaffiche
This commit is contained in:
parent
85f8a716d4
commit
42ad4c5b26
@ -83,6 +83,7 @@ export class RdDTMRDialog extends Dialog {
|
||||
}
|
||||
async restoreTMRAfterAction() {
|
||||
this.subdialog = undefined
|
||||
await this.maximize();
|
||||
this.bringToTop();
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,7 @@ export class RdDTMRRencontreDialog extends Dialog {
|
||||
}
|
||||
else {
|
||||
ui.notifications.info("Vous devez résoudre la rencontre.");
|
||||
this.actor.tmrApp.forceTMRContinueAction();
|
||||
return this.actor.tmrApp.forceTMRContinueAction();
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
@ -1,4 +1,5 @@
|
||||
<form class="tmr-dialog">
|
||||
<h2 class="comptmrdialog" id="tmrDialogTitle" style="visibility: hidden;"></h2>
|
||||
<table>
|
||||
<tr class="tmr-row">
|
||||
<td>
|
||||
@ -52,6 +53,5 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user