Comment 1 for bug 1046153

Revision history for this message
quequotion (quequotion) wrote :

This bug is in one of qtsixa's scripts!

In /usr/share/qtsixa/gui/main.py there is an extra gui.show()

Comment like so at line 37:

  else:
      gui.show()
  #gui.show()
  shared.app.exec_()