diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-12 23:51:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-12 23:51:27 -0600 |
commit | acc82b617ddbee05e509392c09e2729bc2fc1911 (patch) | |
tree | 32e0a5705d9557a077c7a41bdb8254eaacb64258 /tdegtk/tdegtk-draw.cpp | |
parent | 7665959f2b71297d880ca1371a04c15611db2fce (diff) | |
download | gtk3-tqt-engine-acc82b617ddbee05e509392c09e2729bc2fc1911.tar.gz gtk3-tqt-engine-acc82b617ddbee05e509392c09e2729bc2fc1911.zip |
Migrate to TDE build system and fix crashes
Diffstat (limited to 'tdegtk/tdegtk-draw.cpp')
-rw-r--r-- | tdegtk/tdegtk-draw.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tdegtk/tdegtk-draw.cpp b/tdegtk/tdegtk-draw.cpp index 71d704a..d3bec4f 100644 --- a/tdegtk/tdegtk-draw.cpp +++ b/tdegtk/tdegtk-draw.cpp @@ -2196,6 +2196,9 @@ tdegtk_draw_line (GtkThemingEngine *engine, gdouble x1, gdouble y1) { + // FIXME + // This should be using TQt to draw the line with an appropriate line color from the current widget type palette + // line endings if (y0 == y1) { y0 += 0.5; |