mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Fix InsetListings::init, call setButtonLabel explicitly because that function is not virtual
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18246 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
43419ef0bd
commit
1038ed69e6
@ -35,6 +35,7 @@ using std::string;
|
||||
|
||||
void InsetListings::init()
|
||||
{
|
||||
setButtonLabel();
|
||||
// FIXME: define Color::listing?
|
||||
Font font(Font::ALL_SANE);
|
||||
font.decSize();
|
||||
|
Loading…
Reference in New Issue
Block a user