Browse Source

PixmapDial: Fix usage

tags/v0.9.0
falkTX 12 years ago
parent
commit
ba24e6a43d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pixmapdial.py

+ 1
- 1
src/pixmapdial.py View File

@@ -39,7 +39,7 @@ class PixmapDial(QDial):

self.m_pixmap = QPixmap(":/bitmaps/dial_01d.png")
self.m_pixmap_n_str = "01"
self.m_custom_paint = CUSTOM_PAINT_NULL
self.m_custom_paint = self.CUSTOM_PAINT_NULL

self.m_hovered = False
self.m_hover_step = self.HOVER_MIN


Loading…
Cancel
Save