]> git.lyx.org Git - features.git/commit
Initialize row preperly on clear()
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 22 May 2019 09:53:58 +0000 (11:53 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:30 +0000 (15:48 +0200)
commitd16242b7ac5412624121fd5181d35c091c5ef1a9
treef7b6cac1bd71df1162b9f585fb3013173211a2f8
parentfdb9a11566f3a3e979a79d1e820b713fae333ff6
Initialize row preperly on clear()

It is not enough to get rid of the row elements, obviously. In
particular, changebar_ may never get reset.

Fixes bug #11396.
src/Row.h