changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.

This commit is contained in:
mjudge@netscape.com
2000-05-11 04:25:43 +00:00
parent c8ad49d140
commit 9548dce1c6
39 changed files with 1107 additions and 516 deletions

View File

@@ -23,8 +23,8 @@
#include "nsFileControlFrame.h"
#include "nsFormFrame.h"
#ifdef DEBUG_MJUDGE
#define DEBUG_NEWFRAME 1
#ifdef DEBUG_mjudge
#define DEBUG_NEWFRAME 1
#endif