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
System
KPMCore
Commits
f4664671
Commit
f4664671
authored
Aug 27, 2021
by
Artem Grinev
Browse files
Clear attributes on new partition creation
parent
c47ee6ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ops/newoperation.cpp
View file @
f4664671
...
...
@@ -221,6 +221,7 @@ Partition* NewOperation::createNew(const Partition& cloneFrom,
p
->
sectorSize
()));
p
->
setState
(
Partition
::
State
::
New
);
p
->
setPartitionPath
(
QString
());
p
->
setAttributes
(
0
);
return
p
;
}
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