summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui/range.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-10-17 07:29:10 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-10-17 07:29:10 -0700
commit49d97afaa150682c3b5d285f7333581400ed04ad (patch)
tree5dacd9e4b41eedcb5aec9b77549b84d5fec660d8 /gr-qtgui/python/qtgui/range.py
parent15a8a39c9acb1eca7ed2fb29868eaaa1e1e3d5a9 (diff)
parent5fc448bd285777af3309d300d96be35c2e910c89 (diff)
Merge remote-tracking branch 'osh/qtgui_qss_fix'
Diffstat (limited to 'gr-qtgui/python/qtgui/range.py')
-rwxr-xr-xgr-qtgui/python/qtgui/range.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-qtgui/python/qtgui/range.py b/gr-qtgui/python/qtgui/range.py
index 3eafc9002e..ca42bf71f7 100755
--- a/gr-qtgui/python/qtgui/range.py
+++ b/gr-qtgui/python/qtgui/range.py
@@ -22,7 +22,7 @@
#
from PyQt4 import Qt, QtCore, QtGui
-
+import util
class Range(object):
def __init__(self, minv, maxv, step, default, min_length):
@@ -33,6 +33,7 @@ class Range(object):
self.min_length = min_length
self.find_precision()
self.find_nsteps()
+ util.check_set_qss()
def find_precision(self):
# Get the decimal part of the step