diff options
Diffstat (limited to 'desktop-widgets/printoptions.h')
-rw-r--r-- | desktop-widgets/printoptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/printoptions.h b/desktop-widgets/printoptions.h index 9c50b10f3..b8248b7e5 100644 --- a/desktop-widgets/printoptions.h +++ b/desktop-widgets/printoptions.h @@ -43,6 +43,7 @@ struct template_options { || other.color_palette_index != color_palette_index || other.font_size != font_size || other.line_spacing != line_spacing + || other.border_width != border_width || other.color_palette != color_palette; } }; |