aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-02-11 11:27:32 -0200
committerSamuel Fadel <samuelfadel@gmail.com>2016-02-11 11:27:32 -0200
commitff08c0541156faf8a220a62b4192a80803b86da3 (patch)
treee477bededacc324f55351067de6b2aeecb5e54d5
parentca6113145283b4c783ab3a08bce24f6f9455e404 (diff)
main(): Removed method call to set glyph size in rpPlot.
-rw-r--r--main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 81362a6..f34f7be 100644
--- a/main.cpp
+++ b/main.cpp
@@ -277,7 +277,6 @@ int main(int argc, char **argv)
plotTC->setAcceptedMouseButtons(Qt::MiddleButton);
m->cpPlot->setDragEnabled(true);
m->cpPlot->setAutoScale(false);
- m->rpPlot->setGlyphSize(3.0f);
m->rpPlot->setAutoScale(false);
m->cpBarChart->setAcceptedMouseButtons(Qt::LeftButton | Qt::RightButton);
m->setSelectCPs();