diff frontends/src/quick_frontend/quick_app.py @ 1580:641cfd2faefe

Primitivus: better popups handling: - widget to remove can now be specified in removePopUp: if it is not the current one, it will be removed from queue - Primitivus.Alert method is a shortcut to display an Alert which will be removed on "OK" press - showDialog is now obsolete and removed, if generic dialog creation is needed, XMLUI can be used
author Goffi <goffi@goffi.org>
date Wed, 11 Nov 2015 18:32:59 +0100
parents 955221487a3e
children e2ed8009e66e
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py	Wed Nov 11 18:29:32 2015 +0100
+++ b/frontends/src/quick_frontend/quick_app.py	Wed Nov 11 18:32:59 2015 +0100
@@ -742,6 +742,7 @@
         if data is None:
             data = dict()
 
+
         def action_cb(data):
             if callback is None:
                 self.actionManager(data, profile=profile)