﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
9508	TypeError setting framerate	Zach Pearson	Zach Pearson	"Just another one of these Python 3.11-no-longer-does-type-coercion bugs

File ""/Users/zjp/git/rbvi/ChimeraX/src/bundles/core/src/updateloop.py"", line 115, in set_redraw_interval
    t.start(self.redraw_interval)
TypeError: arguments did not match any overloaded call:
  start(self, msec: int): argument 1 has unexpected type 'float'
  start(self): too many arguments

Could just truncate redraw_interval with int(redraw_interval) here. Tom if you agree I'll make the change"	defect	closed	low		UI		fixed		Tom Goddard				all	ChimeraX
