forked from Imagelibrary/binutils-gdb
windres: AUTOCHECKBOX default style must have WS_TABSTOP style
PR 26340 * rcparse.y (AUTOCHECKBOX): Add WS_TABSTOP to the base style.
This commit is contained in:
committed by
Nick Clifton
parent
4c6e63bfa8
commit
37f628c34d
@@ -1,3 +1,8 @@
|
||||
2020-08-26 Katayama Hirofumi <katayama.hirofumi.mz@gmail.com>
|
||||
|
||||
PR 26340
|
||||
* rcparse.y (AUTOCHECKBOX): Add WS_TABSTOP to the base style.
|
||||
|
||||
2020-08-24 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* readelf.c (dump_section_as_strings) Avoid false positive
|
||||
|
||||
@@ -571,7 +571,7 @@ control:
|
||||
| AUTOCHECKBOX optresidc
|
||||
{
|
||||
default_style = BS_AUTOCHECKBOX | WS_TABSTOP;
|
||||
base_style = BS_AUTOCHECKBOX;
|
||||
base_style = BS_AUTOCHECKBOX | WS_TABSTOP;
|
||||
class.named = 0;
|
||||
class.u.id = CTL_BUTTON;
|
||||
res_text_field = $2;
|
||||
|
||||
Reference in New Issue
Block a user