mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix: TOC dialog table content is not visible after clicking the combo box
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16569 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ada361536f
commit
b0694a20bc
@ -133,6 +133,7 @@ void QTocDialog::on_typeCO_activated(int value)
|
||||
tocTV->setModel(form_->tocModel());
|
||||
reconnectSelectionModel();
|
||||
enableButtons();
|
||||
update();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user