From a54b3064feecf4c5b7097d708bde755f8e439aea Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 4 Jun 2014 22:55:29 +0400 Subject: [PATCH] add debug information --- sources/ptm/contents/code/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/ptm/contents/code/main.py b/sources/ptm/contents/code/main.py index 85eea0f..c73ac02 100644 --- a/sources/ptm/contents/code/main.py +++ b/sources/ptm/contents/code/main.py @@ -653,6 +653,7 @@ class pyTextWidget(plasmascript.Applet): """function to create layout""" if self.debug: qDebug("[PTM] [main.py] [createLayout]") if self.debug: qDebug("[PTM] [main.py] [createLayout] : Run function with vertical layout '%s'" %(verticalLayout)) + if self.debug: qDebug("[PTM] [main.py] [createLayout] : Run function with left stretch '%s'" %(leftStretch)) if (verticalLayout == 0): self.ptm['layout'] = QGraphicsLinearLayout(Qt.Horizontal, self.applet) else: