Re: [LyX/master] GuiBox.cpp: fix bug introduced by [bec3f7bc/lyxgit]

2015-05-17 Thread Jürgen Spitzmüller
2015-05-17 10:58 GMT+02:00 Jürgen Spitzmüller : > 2015-05-17 10:57 GMT+02:00 Jürgen Spitzmüller : > >> >> OK, found it. Since the population of the frameColorCO depends on the >> population of backgroundColorCO (the existence of the "none" entry), it has >> to be populated after that one. >> > BTW

Re: [LyX/master] GuiBox.cpp: fix bug introduced by [bec3f7bc/lyxgit]

2015-05-17 Thread Jürgen Spitzmüller
2015-05-17 10:57 GMT+02:00 Jürgen Spitzmüller : > > OK, found it. Since the population of the frameColorCO depends on the > population of backgroundColorCO (the existence of the "none" entry), it has > to be populated after that one. > > Please test the attached patch. > Sorry, wrong one. Test th

Re: [LyX/master] GuiBox.cpp: fix bug introduced by [bec3f7bc/lyxgit]

2015-05-17 Thread Jürgen Spitzmüller
2015-05-17 10:19 GMT+02:00 Jürgen Spitzmüller: > > This should not be necessary. We check if none is in the combo via the > code you replaced. > Please tell me how to reproduce the problem with my code. > > OK, found it. Since the population of the frameColorCO depends on the population of backgr

Re: [LyX/master] GuiBox.cpp: fix bug introduced by [bec3f7bc/lyxgit]

2015-05-17 Thread Jürgen Spitzmüller
2015-05-17 1:46 GMT+02:00 Uwe Stöhr>: > commit 8dd217c983976714b9f775ba119c62d8d180913f > Author: Uwe Stöhr > Date: Sun May 17 01:45:56 2015 +0200 > > GuiBox.cpp: fix bug introduced by [bec3f7bc/lyxgit] > > There were now 2 entries named "none" in backgroundcolorCO > > - delete the