mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Fixed (hopefully) resource issues when changing something in the Designer
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1734 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
81179446cf
commit
c559fc3447
39 changed files with 284 additions and 302 deletions
|
@ -65,7 +65,7 @@ namespace GreenshotPlugin.Core {
|
|||
tmpWD = tmpWD.GetChild("TabBandClass");
|
||||
}
|
||||
if (tmpWD != null) {
|
||||
tmpWD = tmpWD.GetChild("DirectUIHWND");;
|
||||
tmpWD = tmpWD.GetChild("DirectUIHWND");
|
||||
}
|
||||
return tmpWD;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue