mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
GuiDocument.cpp: remove superfluous comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34430 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0600e656f8
commit
665dac3f53
@ -1308,7 +1308,6 @@ void GuiDocument::setMargins()
|
||||
return;
|
||||
}
|
||||
bool custom = false;
|
||||
// only check marginCB when there are no custom margins set
|
||||
if (bp_.use_geometry)
|
||||
custom = true;
|
||||
marginsModule->marginCB->setChecked(!custom);
|
||||
|
Loading…
Reference in New Issue
Block a user