inkscape/inkscape-poppler-c++20-2.patch
Michael Vetter 0cf9041e36 - Update to version 1.4:
+ Filter Gallery
  + Modular grids & improved axonometric grids
  + Swatches dialog and palette file handling improved
  + Unified font browser preview
  + Customizable handles
  + Fast image clipping with the Shape Builder
  + Affinity Designer File Import
  + Support for internal links in exported PDF files
  + A whole new icon set
  + See the full release notes
    https://inkscape.org/release/inkscape-1.4
- Drop inkscape-poppler-24.03.0.patch, inkscape-libxml2.12.patch,
  inkscape-poppler-c++20.patch, inkscape-poppler-24.05.0.patch,
  inkscape-poppler-c++20-2.patch, inkscape_1.3.2_fix_tiff.patch, fixed upstream

OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=121
2024-10-16 08:17:42 +00:00

14 lines
782 B
Diff

Index: inkscape-1.3.2_2023-11-25_091e20ef0f/src/ui/dialog/filter-effects-dialog.cpp
===================================================================
--- inkscape-1.3.2_2023-11-25_091e20ef0f.orig/src/ui/dialog/filter-effects-dialog.cpp
+++ inkscape-1.3.2_2023-11-25_091e20ef0f/src/ui/dialog/filter-effects-dialog.cpp
@@ -202,7 +202,7 @@ public:
template< typename T> class ComboWithTooltip : public Gtk::EventBox
{
public:
- ComboWithTooltip<T>(T default_value, const Util::EnumDataConverter<T>& c, const SPAttr a = SPAttr::INVALID, char* tip_text = nullptr)
+ ComboWithTooltip(T const default_value, Util::EnumDataConverter<T> const &c, SPAttr const a = SPAttr::INVALID, char* tip_text = nullptr)
{
if (tip_text) {
set_tooltip_text(tip_text);