Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
ec1455cb
Commit
ec1455cb
authored
Jun 24, 2018
by
LEFEBVREJP email
Browse files
Fixing separator insertion in horizontal header when vertical header is visible.
parent
16004d22
Pipeline
#13851
passed with stages
in 12 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
radixwidgets/tableview.cc
View file @
ec1455cb
...
...
@@ -84,6 +84,10 @@ void TableView::copy()
// add column headers
if
(
horizontalHeader
()
->
isVisible
())
{
if
(
verticalHeader
()
->
isVisible
())
{
data
.
append
(
p
->
separator
);
}
for
(
auto
col
:
cols
)
{
data
.
append
(
chmodel
->
headerData
(
col
,
Qt
::
Horizontal
).
toString
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment