I noticed in the terminal that I get a huge number of identical strings which
essentially wipe out previous information. I tracked it down to
NotationSelector.cpp, the handleMouseMove routine. I put in a break point
and trapped it where I expected.
I noticed that most of the messages had m_updateRect is 0. On the other hand
if m_updateRect is false it immediately returns with no further action. I
also tracked in the calling routine that NoFollow gives no action.
With this in mind, it is possible to reduce the flood of useless messages
just by moving the
if (!m_updateRect) return NoFollow;
to before the std::cerr output.
For some reason that causes a string of errors (see image below). What is
worse is if I use Ctrl-Z to remove the changes and restore the original
file, the errors remain. If I do a clean and rebuild, then it turns back to
green with no errors.
I don't understand what is causing this.

Ilan
http://www.nabble.com/file/p24686466/error.png 
-- 
View this message in context: 
http://www.nabble.com/NetBeans-strange-errors-tp24686466p24686466.html
Sent from the Rosegarden - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to