From 828a9b0127163b684a5f30638690655d3fb64df1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 17 Jul 2001 01:21:37 +0000 Subject: Changed caret to start in off and inactive state. Removed extraneous tests in EnsureUndoRoom. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index f2bac993b..bf53de224 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -30,7 +30,7 @@ #include "Editor.h" Caret::Caret() : -active(true), on(true), period(500) {} +active(false), on(false), period(500) {} Timer::Timer() : ticking(false), ticksToWait(0), tickerID(0) {} -- cgit v1.2.3