]> git.lyx.org Git - features.git/commit
Allow line inset to draw a vertical line.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 14 Jun 2021 13:36:45 +0000 (15:36 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 14 Jun 2021 13:45:35 +0000 (15:45 +0200)
commit22cb573cacb9a148458d401deff725971def8b45
tree26135a50b5ac40aaef63955347066756e65fced4
parent5b0b3f053e23f484f7485de16d006a1fc7eed360
Allow line inset to draw a vertical line.

Qpainter::drawline cannot draw a line which is thicker than it is long.
Draw a rectangle instead.

Fix bug #12307.
src/insets/InsetLine.cpp