----- Original Message -----

> From: D. Michael McIntyre <michael.mcint...@rosegardenmusic.com>
>
> On Wednesday, September 14, 2011, D. Michael McIntyre wrote:
> 
> 
> $ grep scaled src/gui/editors/segment/compositionview/CompositionView.cpp
>     m_segmentsDrawBuffer.scaled(w, h);
>     m_artifactsDrawBuffer.scaled(w, h);
> 

Hi Michael,

Looking at your commit 12428 and your grep above, I think it should be

m_segmentsDrawBuffer = m_segmentsDrawBuffer.scaled(w, h);
m_artifactsDrawBuffer = m_artifactsDrawBuffer.scaled(w, h);

think you have to assign to the result of the scaled function, like the copy 
function.

Hope you haven't had to spend 4 hours compiling qt just for that change!

Ian.


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to