>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Montag, 20. März 2006 14:30 schrieb Abdelrazak Younes: >> And here is the fix. The problems lies in that the QColor() >> constructor produces an invalid color (RGB 0,0,0). I am going to >> commit that for qt4. This bug is also present in qt2 but I am not >> sure the same fix applies. I have chosen "lightskyblue" as the >> default color for a branch. Is it OK? Georg> Conceptually the default color should not be defined in the Georg> frontend. I think that Branch::getColor() should always return Georg> a valid color name. For example the default name could be set Georg> in the constructor. If we need a default branch color, it should be a new member of LColor. JMarc