DebugViewPP
DebugViewPP copied to clipboard
SAIT broken?
the search as I type feature is broken?
not sure it reproduces anymore, the status message is missing though... (it does not show what it is searching for), also the 'Ready' message is refreshing a lot (flickering), tested in 1.8.0.3 on windows 7
the flicker is caused by UIUpdateStatusBar() being called by CMainFrame::OnIdle about 5 times per second even when no messages are coming. The question is, what is causing the 'non-idle' state, are there events being processed?