]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWrap.cpp
Do not show master's errors if compiling child
[lyx.git] / src / frontends / qt4 / GuiWrap.cpp
index c2e53575f80adc2fe4e5ee590084bfe6e0338bee..a13f9a475b587ff4ed5908511fdc24651d4fafd2 100644 (file)
@@ -100,7 +100,7 @@ void GuiWrap::applyView()
        Length::UNIT overhangUnit = overhangUnitLC->currentLengthItem();
        if (overhangED->text().isEmpty())
                overhangUnit = Length::UNIT_NONE;
-       
+
        params_.width = Length(width_value, widthUnit);
 
        if (overhangCB->checkState() == Qt::Checked)