Fixed broken saving pattern description.
--HG-- branch : release
This commit is contained in:
parent
c8e940d11c
commit
944edb8735
|
@ -1,4 +1,5 @@
|
||||||
# Version 0.4.3
|
# Version 0.4.3
|
||||||
|
- Fixed broken saving pattern description.
|
||||||
- Fixed UI bug. Release a dialog size for deploying a formula field.
|
- Fixed UI bug. Release a dialog size for deploying a formula field.
|
||||||
- Fixed broken formula when for system locale thousand separator is a space.
|
- Fixed broken formula when for system locale thousand separator is a space.
|
||||||
- Using QGraphicsScene instead of VMainGraphicsScene caused a crash.
|
- Using QGraphicsScene instead of VMainGraphicsScene caused a crash.
|
||||||
|
|
|
@ -437,7 +437,7 @@ void DialogPatternProperties::CheckApplyOk()
|
||||||
void DialogPatternProperties::SaveDescription()
|
void DialogPatternProperties::SaveDescription()
|
||||||
{
|
{
|
||||||
doc->SetNotes(ui->plainTextEditTechNotes->document()->toPlainText());
|
doc->SetNotes(ui->plainTextEditTechNotes->document()->toPlainText());
|
||||||
doc->SetDescription(ui->plainTextEditTechNotes->document()->toPlainText());
|
doc->SetDescription(ui->plainTextEditDescription->document()->toPlainText());
|
||||||
doc->SetAuthor(ui->lineEditAuthor->text());
|
doc->SetAuthor(ui->lineEditAuthor->text());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user