From: Jacek S. <arn...@gm...> - 2007-10-29 23:06:47
|
poy wrote: > this is a fix for tooltips showing up once and then disappearing > forever; the WTL version had the same problem for some time, and the > solution was to forward mouse messages to the tooltip. > > i've used addFilter() the same way it's used in MainWindow to catch > messages, i'm not sure if it was the right way to do it... but it works. :) looks good to me...a possible downside is that _all_ status bars get _all_ mouse events this way, instead of just the visible / active ones...hm... /J |