Was clearing out the wrong business.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2749 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: MediaPanel.java,v 1.38 2003/05/08 05:46:45 mdb Exp $
|
// $Id: MediaPanel.java,v 1.39 2003/08/08 21:39:29 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.media;
|
package com.threerings.media;
|
||||||
|
|
||||||
@@ -534,7 +534,7 @@ public class MediaPanel extends JComponent
|
|||||||
protected void adjusted (boolean newValue) {
|
protected void adjusted (boolean newValue) {
|
||||||
// clear out some things if we're turned off
|
// clear out some things if we're turned off
|
||||||
if (!newValue) {
|
if (!newValue) {
|
||||||
_perfRect = null;
|
_perfLabel = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user