mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Minor refactor to pattern handling.
This commit is contained in:
parent
efd67162ed
commit
07c67b504c
1 changed files with 0 additions and 1 deletions
|
|
@ -484,7 +484,6 @@ _prepare_fills(lxw_workbook *self)
|
|||
if (format->pattern <= LXW_PATTERN_SOLID
|
||||
&& format->bg_color == LXW_COLOR_UNSET
|
||||
&& format->fg_color != LXW_COLOR_UNSET) {
|
||||
format->bg_color = LXW_COLOR_UNSET;
|
||||
format->pattern = LXW_PATTERN_SOLID;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue