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.

git-svn-id: svn://10.0.0.236/trunk@69180 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
2000-05-11 04:25:43 +00:00
parent d49481c3cf
commit 2f9bd42697
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