mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
GuiDocument.cpp: remove unneeded conversion
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29222 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5f981cdd48
commit
ed69577fa3
@ -2317,7 +2317,7 @@ void GuiDocument::paramsToDialog()
|
||||
bp_.sides == TwoSides);
|
||||
|
||||
pageLayoutModule->backgroundTB->setStyleSheet(
|
||||
colorButtonStyleSheet(QColor(rgb2qcolor(bp_.backgroundcolor))));
|
||||
colorButtonStyleSheet(rgb2qcolor(bp_.backgroundcolor)));
|
||||
set_backgroundcolor = bp_.backgroundcolor;
|
||||
|
||||
lengthToWidgets(pageLayoutModule->paperwidthLE,
|
||||
|
Loading…
Reference in New Issue
Block a user