Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Griselle Jimemez
gnumeric
Commits
7df1f753
Commit
7df1f753
authored
Jun 15, 2021
by
Morten Welinder
Browse files
Template: fix #585
parent
ed931d16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/format-template.c
View file @
7df1f753
...
...
@@ -775,13 +775,12 @@ gnm_auto_fmt_filter_edges (GnmFT const *origft)
{
GSList
*
ptr
;
GnmFT
*
ft
=
gnm_ft_clone
(
origft
);
GnmFTMember
*
member
;
gboolean
is_edge
,
l
=
FALSE
,
r
=
FALSE
,
t
=
FALSE
,
b
=
FALSE
;
for
(
ptr
=
ft
->
members
;
ptr
!=
NULL
;
)
{
member
=
ptr
->
data
;
GnmFTMember
*
member
=
ptr
->
data
;
ptr
=
ptr
->
next
;
if
(
!
member
->
direction
=
=
FREQ_DIRECTION_NONE
)
if
(
member
->
direction
!
=
FREQ_DIRECTION_NONE
)
continue
;
is_edge
=
FALSE
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment