This commit is contained in:
George Hotz 2014-09-02 00:44:21 +00:00
parent cf918c008c
commit 1fd271709a
2 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ function redraw_flags() {
if (maxclnum === undefined) return;
var cscale = get_cscale();
if (cscale === undefined) return;
//$(".flag").remove();
$(".flag").remove(); // required if a vtimeline is off screen and not redrawn
redraw_vtimelines(cscale);
var colors = {
"bounds": "green",

View File

@ -65,7 +65,7 @@ td {
white-space: nowrap;
}
hflag {
.hflag {
width: 2px;
height: 40px;
font-family: monospace;