Christopher Barker wrote: > I've done it -- I've added: > > ScaledText.MinFontSize = 4 # the default is 1 > ScaledText.DisappearWhenSmall = False (the default is True)
Now I've added: Rectangle.MinSize = 1 Rectangle.DisappearWhenSmall = True also. DisappearWhenSmall default to True, so that the behavior hasn't changed. Ryan, you'll want to set it to False, and it should do what you want. > It's in SVN, and the "MicroDemo" uses it. http://svn.wxwidgets.org/viewvc/wx/wxPython/3rdParty/FloatCanvas/ -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [EMAIL PROTECTED] _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
