mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 05:23:24 -07:00
Some more IE Capture stability fixes, they are most likely not working.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2031 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
fcdc0f0fca
commit
613960eb0a
2 changed files with 38 additions and 25 deletions
|
@ -231,7 +231,9 @@ namespace Greenshot.Helpers {
|
|||
ieAccessible = new Accessible(directUIWD.Handle);
|
||||
}
|
||||
if (ieAccessible == null) {
|
||||
LOG.InfoFormat("Active Window is {0}", browserWindow.Text);
|
||||
if (browserWindow != null) {
|
||||
LOG.InfoFormat("Active Window is {0}", browserWindow.Text);
|
||||
}
|
||||
if (!ieWindow.Equals(browserWindow)) {
|
||||
LOG.WarnFormat("No ieAccessible for {0}", ieWindow.Text);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue