Skip to content

Commit

Permalink
Log style FLAG
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-josef-spacek authored and rurban committed Mar 26, 2024
1 parent f6b07a3 commit 20c18f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dwg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3816,6 +3816,10 @@ DWG_TABLE (STYLE)
FIELD_VALUE (flag) |= (FIELD_VALUE (is_vertical) ? 4 : 0) +
(FIELD_VALUE (is_shape) ? 1 : 0);
LOG_TRACE ("flag => %d [RC 70]\n", FIELD_VALUE (flag));
DECODER_OR_ENCODER {
LOG_TRACE (" ")
LOG_FLAG_TextStyle
}
}
}
PRE (R_13b1) {
Expand Down

0 comments on commit 20c18f6

Please sign in to comment.