Skip to content
Snippets Groups Projects
Commit 7ec0647a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 286ba01c
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,6 @@ class drawContextFltk : public drawContextGlobal{ ...@@ -109,7 +109,6 @@ class drawContextFltk : public drawContextGlobal{
} }
else{ else{
int w = Fl::w(); int w = Fl::w();
printf("w = %d\n",w);
if(w <= 1024) return 11; if(w <= 1024) return 11;
else if(w <= 1400) return 12; else if(w <= 1400) return 12;
else if(w <= 1680) return 13; else if(w <= 1680) return 13;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment