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:
Peter Kümmel 2007-01-07 12:10:17 +00:00
parent ada361536f
commit b0694a20bc

View File

@ -133,6 +133,7 @@ void QTocDialog::on_typeCO_activated(int value)
tocTV->setModel(form_->tocModel());
reconnectSelectionModel();
enableButtons();
update();
}