mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
* GuiBibtex.cpp:
- addition to rev. 22507: handle ReadOnly of new buttons. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22510 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
76c98826a2
commit
e94d6b3958
@ -107,6 +107,8 @@ GuiBibtex::GuiBibtex(GuiView & lv)
|
||||
bc().addReadOnly(bibtocCB);
|
||||
bc().addReadOnly(addBibPB);
|
||||
bc().addReadOnly(deletePB);
|
||||
bc().addReadOnly(upPB);
|
||||
bc().addReadOnly(downPB);
|
||||
|
||||
// Make sure the delete/up/down buttons are disabled if necessary.
|
||||
databaseChanged();
|
||||
|
Loading…
Reference in New Issue
Block a user