mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
put back the const.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21257 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0e87c91115
commit
5e418fb660
@ -231,7 +231,7 @@ bool InsetCollapsable::setMouseHover(bool mouse_hover)
|
||||
void InsetCollapsable::draw(PainterInfo & pi, int x, int y) const
|
||||
{
|
||||
autoOpen_ = pi.base.bv->cursor().isInside(this);
|
||||
ColorCode old_color = pi.background_color;
|
||||
ColorCode const old_color = pi.background_color;
|
||||
pi.background_color = backgroundColor();
|
||||
|
||||
// Draw button first -- top, left or only
|
||||
|
Loading…
Reference in New Issue
Block a user