mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33391 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d5432aa11e
commit
1cc2d538e7
@ -1325,8 +1325,8 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
}
|
||||
|
||||
string const graphicsbg = lcolor.getLyXName(Color_graphicsbg);
|
||||
bool const graphicsbg_changed = lyx_name == graphicsbg
|
||||
&& x11_name != graphicsbg;
|
||||
bool const graphicsbg_changed =
|
||||
lyx_name == graphicsbg && x11_name != graphicsbg;
|
||||
if (graphicsbg_changed) {
|
||||
// FIXME: The graphics cache no longer has a changeDisplay method.
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user