trivial bugfix in gtoc

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9082 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Spray 2004-10-11 17:19:42 +00:00
parent 0f3e1aa0f9
commit 541a765905

View File

@ -162,7 +162,8 @@ void GToc::onTocViewSelected()
void GToc::onTypeComboChanged()
{
updateContents();
if(!changing_views_)
updateContents();
}