]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.C
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / LyXView.C
index e7f5b6017ca4998d2af5f3e4fee45309a0d35931..453296ac13b60bb2f050d5b660ef10a84e9cc4fb 100644 (file)
@@ -128,11 +128,19 @@ Toolbar * LyXView::getToolbar() const
        return toolbar;
 }
 
+
 void LyXView::setLayout(int layout)
 {
        toolbar->setLayout(layout);
 }
 
+
+void LyXView::updateToolbar()
+{
+       toolbar->update();
+}
+
+
 LyXFunc * LyXView::getLyXFunc() const
 {
        return lyxfunc;