Skip to content

Commit

Permalink
Joined ending of processes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarohurtadobo committed Jul 12, 2018
1 parent 25846fe commit c9ee7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def __init__(self,fila,pantallaTotal = True,parent=None):
# Parámetros constantes:
self.titulo = 'Scape Room'
self.miRespuestaEnVentana = PopUp()
self.miRespuestaEnVentana.establecerAPantallaTotal()
self.thread = ThreadClass(fila)

self.listaPreguntas =[] #id,pregunta,respuesta
Expand All @@ -152,6 +152,7 @@ def __init__(self,fila,pantallaTotal = True,parent=None):

# Al inicializarse la clase se muestra:
if pantallaTotal:
self.miRespuestaEnVentana.establecerAPantallaTotal()
self.showFullScreen()
else:
self.show()
Expand Down

0 comments on commit c9ee7ed

Please sign in to comment.