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
58e5e058
Commit
58e5e058
authored
Sep 18, 2013
by
Jarosław Staniek
Browse files
Saving new table design for the first time does not clear history of edits
BUG:325070
parent
eee942bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
kexi/plugins/tables/kexitabledesignerview.cpp
View file @
58e5e058
...
...
@@ -1428,6 +1428,7 @@ KexiDB::SchemaData* KexiTableDesignerView::storeNewData(const KexiDB::SchemaData
if
(
res
==
true
)
{
//we've current schema
tempData
()
->
tableSchemaChangedInPreviousView
=
true
;
d
->
history
->
clear
();
//not needed; KexiProject emits newItemStored signal //let project know the table is created
// KexiMainWindowIface::global()->project()->emitTableCreated(*tempData()->table);
}
else
{
...
...
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