git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6017 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-02-02 20:56:28 +00:00
parent eb74119baf
commit 7bdfca3348
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-02-02 John Levon <levon@movementarian.org>
* QTocDialog.C: set no sorting (bug 856)
2003-02-02 John Levon <levon@movementarian.org>
* QPrefs.C: apply formats first (bug 854)

View File

@ -26,6 +26,9 @@ QTocDialog::QTocDialog(QToc * form)
: QTocDialogBase(0, 0, false, 0),
form_(form)
{
// disable sorting
tocLV->setSorting(-1);
connect(closePB, SIGNAL(clicked()),
form, SLOT(slotClose()));
}