projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b4f97ed
)
Fix bold button fix
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Wed, 6 Apr 2016 12:08:23 +0000 (14:08 +0200)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:58 +0000 (10:24 +0200)
gtk/xoptions.c
patch
|
blob
|
history
diff --git
a/gtk/xoptions.c
b/gtk/xoptions.c
index
7ae3f3f
..
51d8754
100644
(file)
--- a/
gtk/xoptions.c
+++ b/
gtk/xoptions.c
@@
-1549,7
+1549,8
@@
if(appData.debugMode) printf("n=%d, h=%d, w=%d\n",n,height,width);
Pack(hbox, table, fbutton, left, left+r, top, 0);
break;
}
- if(!strcmp(option[i].name, "R") || !strcmp(option[i].name, "G") || !strcmp(option[i].name, "B")) {
+ if(!strcmp(option[i].name, "R") || !strcmp(option[i].name, "G") ||
+ !strcmp(option[i].name, "B") && !strcmp(option[i+1].name, "D")) {
break;
} else
if(!strcmp(option[i].name, "D")) {