Re: Bug: Inconsistent behavior of "Next" and "Prev" buttons on M-to-N replacements
From: Dmitry <wipedout_at_yandex.ru>
Date: Fri, 26 Feb 2010 10:50:13 +0300
Hey.
The problem was elsewhere. When a button was actually pressed the command was processed by the active view (the one having the focus). But when MFC would ask whether to light the button up this request was handled by the main window which would ask each view and do logical "or". That's the reason fo inconsistency.
I tried to fix it in the following patch. Looks working, but I'm not sure it doesn't break something.
Best wishes.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.