https://bugs.kde.org/show_bug.cgi?id=421080

            Bug ID: 421080
           Summary: Duplicated if branches in KoTableCellStyle.cpp
           Product: krita
           Version: git master
          Platform: Compiled Sources
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: General
          Assignee: krita-bugs-n...@kde.org
          Reporter: mikrutra...@protonmail.com
  Target Milestone: ---

```
    }

    if (styleStack.hasProperty(KoXmlNS::style, "repeat-content")) {
        setRepeatContent(styleStack.property(KoXmlNS::style, "repeat-content")
== "true");
    }

    if (styleStack.hasProperty(KoXmlNS::style, "repeat-content")) {
        setRepeatContent(styleStack.property(KoXmlNS::style, "repeat-content")
== "true");
    }

```
https://invent.kde.org/kde/krita/-/blob/master/plugins/flake/textshape/kotext/styles/KoTableCellStyle.cpp#L675-681

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to