Skip to content
Snippets Groups Projects
Commit 6aae89a8 authored by Rene Brun's avatar Rene Brun
Browse files

From Bertrand:

Fix a problem with "Dashed GCs" on windows.


git-svn-id: http://root.cern.ch/svn/root/trunk@15727 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7e2bfd64
No related branches found
No related tags found
No related merge requests found
...@@ -293,7 +293,7 @@ extern "C" { ...@@ -293,7 +293,7 @@ extern "C" {
*/ */
// bb add // bb add
int luser_dash; // length of array containing custom style bits int luser_dash; // length of array containing custom style bits
int user_dash[6]; // array of custom style bits int user_dash[32]; // array of custom style bits
int saved_dc; int saved_dc;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment