mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
7af1a065e8
commit
fc9d47f7f4
@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
#include "support/convert.h"
|
#include "support/convert.h"
|
||||||
#include "support/debug.h"
|
#include "support/debug.h"
|
||||||
|
#include "support/lstrings.h"
|
||||||
|
|
||||||
#include <QCheckBox>
|
#include <QCheckBox>
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
@ -576,7 +577,7 @@ docstring GuiTabular::dialogToParams() const
|
|||||||
|
|
||||||
// apply the special alignment
|
// apply the special alignment
|
||||||
string special = fromqstr(specialAlignmentED->text());
|
string special = fromqstr(specialAlignmentED->text());
|
||||||
if (special.empty())
|
if (support::trim(special).empty())
|
||||||
special = "none";
|
special = "none";
|
||||||
if (multicolumnCB->isChecked())
|
if (multicolumnCB->isChecked())
|
||||||
setParam(param_str, Tabular::SET_SPECIAL_MULTICOLUMN, special);
|
setParam(param_str, Tabular::SET_SPECIAL_MULTICOLUMN, special);
|
||||||
|
Loading…
Reference in New Issue
Block a user