compile error fixed in example

This commit is contained in:
jkriege2 2019-05-05 21:46:36 +02:00
parent c873041d93
commit 477f48be70
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ int main(int argc, char* argv[])
// you can set the system-wide default style properties early on
// all JKQTPlotter instance created after this, will use these
// settings as their initial settings
JKQTPGetSystemDefaultStyle().userActionColor=QColor("red");
JKQTPGetSystemDefaultStyle().userActionFontSize=10;
TestStyling win;
win.show();

View File

@ -10,7 +10,7 @@ int main(int argc, char* argv[])
// you can set the system-wide default style properties early on
// all JKQTPlotter instance created after this, will use these
// settings as their initial settings
JKQTPGetSystemDefaultStyle().userActionColor=QColor("red");
JKQTPGetSystemDefaultStyle().userActionFontSize=12;
TestStyling win;
win.show();