Should be dirty to start.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1012 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2003-01-15 00:17:23 +00:00
parent d87940ab7b
commit bcb0f95dd5
@@ -1,5 +1,5 @@
//
// $Id: MultiLineLabel.java,v 1.9 2002/11/22 21:21:32 mdb Exp $
// $Id: MultiLineLabel.java,v 1.10 2003/01/15 00:17:23 mdb Exp $
//
// samskivert library - useful routines for java programs
// Copyright (C) 2002 Walter Korman
@@ -334,5 +334,5 @@ public class MultiLineLabel extends JComponent
protected boolean _antialiased;
/** Whether this label is dirty and should be re-layed out. */
protected boolean _dirty;
protected boolean _dirty = true;
}