mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
bug 856
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6017 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eb74119baf
commit
7bdfca3348
@ -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)
|
||||
|
@ -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()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user