MobileBlur

Diff
Login

Differences From Artifact [8959273adb]:

To Artifact [ce1838c3a2]:


87
88
89
90
91
92
93


    def SetNext( self, value ) :
        """Set the Paragraph Style that should follow this one."""

        assert not value or isinstance( value, ParagraphStyle )
        self.Next    = value
        return self








>
87
88
89
90
91
92
93
94

    def SetNext( self, value ) :
        """Set the Paragraph Style that should follow this one."""

        assert not value or isinstance( value, ParagraphStyle )
        self.Next    = value
        return self