Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Office
Calligra
Commits
39bed357
Commit
39bed357
authored
Jun 12, 2022
by
Tomas Mecir
Browse files
fix a crash
parent
42858c40
Pipeline
#189268
passed with stage
in 20 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sheets/core/Sheet.cpp
View file @
39bed357
...
...
@@ -191,8 +191,8 @@ Sheet::Sheet(const Sheet &other)
}
#endif // CALLIGRA_SHEETS_WIP_COPY_SHEET_(SHAPES)
d
->
printSettings
=
other
.
d
->
printSettings
;
d
->
sheetPrint
=
other
.
d
->
s
heetPrint
;
d
->
printSettings
=
new
PrintSettings
(
*
(
other
.
d
->
printSettings
))
;
d
->
sheetPrint
=
new
S
heetPrint
(
this
)
;
d
->
showPageOutline
=
other
.
d
->
showPageOutline
;
d
->
documentSize
=
other
.
d
->
documentSize
;
...
...
Write
Preview
Supports
Markdown
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