Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.
This commit is contained in:
parent
9c5382a023
commit
df3baf66cb
5 changed files with 32 additions and 6 deletions
|
@ -425,6 +425,10 @@ styles:
|
|||
{
|
||||
dialog.exstyle = $3;
|
||||
}
|
||||
| styles CLASS QUOTEDSTRING
|
||||
{
|
||||
res_string_to_id (& dialog.class, $3);
|
||||
}
|
||||
| styles FONT numexpr ',' QUOTEDSTRING
|
||||
{
|
||||
dialog.style |= DS_SETFONT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue