wxmaxima / display bug



Mostly wxmaxima works quite well. I found this to be a problem:
Create a long expression, for example, 
S:rat(x+1)^40;
R:a^S;

Now try to display
'integrate(f(x),x,0,R);

And the expression for R as an upper limit is not all there in the display.

RJF