]> git.lyx.org Git - features.git/commitdiff
X-Ref dialog: Hide the buffer combo now that child document labels are integrated...
authorAbdelrazak Younes <younes@lyx.org>
Fri, 6 Jun 2008 22:30:30 +0000 (22:30 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 6 Jun 2008 22:30:30 +0000 (22:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25174 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiRef.cpp

index c7770453d67d6f0899e008d7707ed9255e01e459..bb8db36b332aceb01cb59499ea900d20e25cd006 100644 (file)
@@ -47,6 +47,13 @@ GuiRef::GuiRef(GuiView & lv)
        sort_ = false;
        at_ref_ = false;
 
+       //FIXME: when/if we support the xr package for cross-reference
+       //between independant files. Those can be re-enabled.
+       refsL->setEnabled(false);
+       refsL->hide();
+       bufferCO->setEnabled(false);
+       bufferCO->hide();
+
        connect(okPB, SIGNAL(clicked()), this, SLOT(slotOK()));
        connect(applyPB, SIGNAL(clicked()), this, SLOT(slotApply()));
        connect(closePB, SIGNAL(clicked()), this, SLOT(slotClose()));