mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
03fef44b54
commit
ab450346b5
@ -33,6 +33,7 @@
|
||||
|
||||
#include "support/convert.h"
|
||||
#include "support/debug.h"
|
||||
#include "support/lstrings.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QPushButton>
|
||||
@ -560,7 +561,7 @@ docstring GuiTabular::dialogToParams() const
|
||||
|
||||
// apply the special alignment
|
||||
string special = fromqstr(specialAlignmentED->text());
|
||||
if (special.empty())
|
||||
if (support::trim(special).empty())
|
||||
special = "none";
|
||||
if (multicolumnCB->isChecked())
|
||||
setParam(param_str, Tabular::SET_SPECIAL_MULTICOLUMN, special);
|
||||
|
@ -258,6 +258,9 @@ What's new
|
||||
- Honor the syntax highlighting package choice when adding listing params
|
||||
without actually inserting a listing (bug 11151).
|
||||
|
||||
- Handle correctly zero table special arguments (bug 10247).
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
- Fix bug that TeX files were not detected when reconfiguring LyX
|
||||
|
Loading…
Reference in New Issue
Block a user