BF[2779142] time control doesn't work

This commit is contained in:
Heng Sin Low 2009-04-23 09:27:56 +00:00
parent 6050c6a05f
commit b34957e242
1 changed files with 18 additions and 15 deletions

View File

@ -174,4 +174,7 @@ public class WTimeEditor extends WEditor
return LISTENER_EVENTS;
}
public void fillHorizontal() {
//do nothing, can't stretch a timebox
}
}