On Monday 16 May 2005 21:02, Vladimir Savic wrote:
> On Mon, 16 May 2005 07:53:52 +0200, Guillaume Laurent
>
> <[EMAIL PROTECTED]> wrote:
> > On Monday 16 May 2005 02:31, Vladimir Savic wrote:
>
> >> I ment on totaly opposite thing. Labels to disappear if segment is
> >> selected!
> >
> > Ooops. Yeah, that looks good. Change is in cvs.
>
> When should we expect that to appear?

Quite soon now I suppose. It's a very simple change :

void CompositionView::drawCompRectLabel(const CompositionRect& r, QPainter *p, 
const QRect& clipRect)
{
    // draw segment label
    //
-    if (!r.getLabel().isEmpty()) {
+    if (!r.getLabel().isEmpty() && !r.isSelected()) {

-- 
Guillaume.
http://www.telegraph-road.org


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to