On Saturday 19 November 2005 14:54, Larry Battraw wrote:

> I tinkered around with the code but could never 
> force it to display properly.  The patch I provided is just to make RG
> usable in the meantime.

Apparently a style issue, seems that FC4 ships a misconfigured Qt - try 
changing your KDE theme. This patch should also help :

Index: segmentparameterbox.cpp
===================================================================
RCS file: /cvsroot/rosegarden/gui/segmentparameterbox.cpp,v
retrieving revision 1.91
diff -u -b -p -r1.91 segmentparameterbox.cpp
--- segmentparameterbox.cpp     18 Sep 2005 10:28:19 -0000      1.91
+++ segmentparameterbox.cpp     19 Nov 2005 15:03:23 -0000
@@ -153,7 +153,7 @@ SegmentParameterBox::initBox()
             SLOT(slotDelayTextChanged(const QString &)));

     // set up combo box for colours
-    m_colourValue = new KComboBox(this);
+    m_colourValue = new KComboBox(false, this);
     m_colourValue->setFont(font);
     m_colourValue->setFixedHeight(comboHeight);


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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&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