diff options
author | Timothy Pearson <[email protected]> | 2012-11-05 17:21:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-05 17:21:22 -0600 |
commit | 76f5e2671f3a61225a730e3d9699833ae3bec6f2 (patch) | |
tree | 914e487936971fe409518555634b94ab27899b35 /tdegtk/tqtcairopainter.h | |
parent | d3b9433c0a03c258e535556dcb7512391224ce8d (diff) | |
download | gtk3-tqt-engine-76f5e2671f3a61225a730e3d9699833ae3bec6f2.tar.gz gtk3-tqt-engine-76f5e2671f3a61225a730e3d9699833ae3bec6f2.zip |
Fix mask transforms
Use full TQt3 progress bar drawing code
Diffstat (limited to 'tdegtk/tqtcairopainter.h')
-rw-r--r-- | tdegtk/tqtcairopainter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdegtk/tqtcairopainter.h b/tdegtk/tqtcairopainter.h index 67ccd79..6908e03 100644 --- a/tdegtk/tqtcairopainter.h +++ b/tdegtk/tqtcairopainter.h @@ -70,7 +70,7 @@ class Q_EXPORT TQt3CairoPaintDevice : public TQPaintDevice // picture class void drawText(TQPainter *p, int x, int y, const TQString &str); void drawTextInRect(TQPainter *p, TQRect rect, int textFlags, const TQString &str); - void setCairoTransformations(); + void setCairoTransformations(cairo_t* cr, bool forceDisable=false); private: mutable int m_width; |