Spreadsheet: Fix header uniformity + trailing whitespace
[skip ci]
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) Eivind Kvedalen (eivind@kvedalen.name) 2015 *
|
||||
* Copyright (c) 2015 Eivind Kvedalen <eivind@kvedalen.name> *
|
||||
* *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
* *
|
||||
@@ -262,7 +262,7 @@ void PropertiesDialog::apply()
|
||||
std::string escapedstr = Base::Tools::escapedUnicodeFromUtf8(displayUnit.stringRep.c_str());
|
||||
Gui::cmdAppObjectArgs(sheet, "setDisplayUnit('%s', '%s')",
|
||||
i->rangeString().c_str(), escapedstr.c_str());
|
||||
changes = true;
|
||||
changes = true;
|
||||
}
|
||||
if (ranges.size() == 1 && ranges[0].size() == 1 && orgAlias != alias) {
|
||||
Gui::cmdAppObjectArgs(sheet, "setAlias('%s', '%s')",
|
||||
|
||||
Reference in New Issue
Block a user