From 9e50423f1710f6e0703b77c289b822a42edf39d3 Mon Sep 17 00:00:00 2001 From: Tobias Predel Date: Tue, 12 Sep 2023 20:05:02 +0200 Subject: [PATCH] Make row node dependent on selection This fixed e.g. missing `tr` nodes in HTML Export when selection in grid does not start at `x = 0` or does not end at `x = xs - 1`. --- src/grid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/grid.h b/src/grid.h index e5c5b516..1e54d67c 100755 --- a/src/grid.h +++ b/src/grid.h @@ -615,10 +615,10 @@ struct Grid { wxString::Format(L"\n"); return r;