Skip to content

Commit 111f88b

Browse files
committed
Major API simplification
1 parent 183b7b0 commit 111f88b

File tree

11 files changed

+120
-1250
lines changed

11 files changed

+120
-1250
lines changed

qwt/clipper.py

Lines changed: 0 additions & 123 deletions
This file was deleted.

qwt/column_symbol.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ def draw(self, painter, rect):
125125

126126
def drawBox(self, painter, rect):
127127
r = rect.toRect()
128-
if QwtPainter().roundingAlignment(painter):
129-
r.setLeft(round(r.left()))
130-
r.setRight(round(r.right()))
131-
r.setTop(round(r.top()))
132-
r.setBottom(round(r.bottom()))
133128
if self.__data.frameStyle == QwtColumnSymbol.Raised:
134129
qwtDrawPanel(painter, r, self.__data.palette, self.__data.lineWidth)
135130
elif self.__data.frameStyle == QwtColumnSymbol.Plain:

0 commit comments

Comments
 (0)