Page 1 of 1

MP 0.25 Win: Option groups display bug

Posted: Thu Mar 18, 2010 1:41 pm
by JohnFredC
On Windows, option groups in MP never display the selected option. This problem occurs with all styles:

Image

Re: MP 0.25 Win: Option groups display bug

Posted: Fri Mar 19, 2010 7:58 am
by xnview
Without style, i can't reproduce. Could you try without default.style?
The problem was in 0.21?

Re: MP 0.25 Win: Option groups display bug

Posted: Fri Mar 19, 2010 1:00 pm
by JohnFredC
xnview wrote:Without style, i can't reproduce. Could you try without default.style?
The top two images are from the Plastique style. I'll post images of the others.

It looks like a problem with the option defaults and or the link between the options and the option group.
The problem was in 0.21?
Yes, but I didn't report because I thought the option groups weren't "hooked up" yet. Apparently they were.

All option groups exhibit this problem for me: Win XP SP3. I can test later today in Vista and Win7.

Re: MP 0.25 Win: Option groups display bug

Posted: Fri Mar 19, 2010 1:11 pm
by xnview
JohnFredC wrote: All option groups exhibit this problem for me: Win XP SP3. I can test later today in Vista and Win7.
On Xp (with no style/theme), i have not the problem

Re: MP 0.25 Win: Option groups display bug

Posted: Fri Mar 19, 2010 4:45 pm
by JohnFredC
Hi Pierre

Starting with clean folder and no INI fixed this problem.

That should have been my testing protocol from the beginning but I am always reluctant to give up my customizations from prior versions.

Sorry for the wasted thread.

Re: MP 0.25 Win: Option groups display bug

Posted: Fri Mar 19, 2010 5:31 pm
by JohnFredC
The problem was a line in my custom theme:
  • .QRadioButton{color:white;}
Changing that line to this:
  • .QRadioButton{color:black;}
...corrected the issue.

Apparently not all themes recognize .QRadioButton. Here is how .QRadioButton{color:white;} looks in the various styles.

Image