This commit is contained in:
rods%netscape.com 1998-07-22 22:00:23 +00:00
Родитель 7ddb2ebda5
Коммит cd71f097d6
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -41,8 +41,8 @@
#include "nsIPresShell.h"
// Some Misc #defines
#define DO_SELECTION 0
#define SELECTION_DEBUG 0
#define DO_SELECTION 1
#define SELECTION_DEBUG 1
#define FORCE_SELECTION_UPDATE 1
#define TRACKER_DEBUG 0
#define CALC_DEBUG 0

Просмотреть файл

@ -46,7 +46,7 @@
#include "nsSelectionRange.h"
#define CALC_DEBUG 0
//#define DO_SELECTION 0
#define DO_SELECTION 0