Added bug fix for #3579138

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2202 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-10-25 13:24:21 +00:00
commit 4782fb4310

View file

@ -12,6 +12,7 @@ Bugs resolved
* Fixed a bug that prevented the clipboard formats to represent the general output settings. (decrease colors if possible etc) * Fixed a bug that prevented the clipboard formats to represent the general output settings. (decrease colors if possible etc)
* Fixed a bug that the context menu was shown 2x, it's not really visible but does not improve the performance. * Fixed a bug that the context menu was shown 2x, it's not really visible but does not improve the performance.
* Fixed a bug when capturung a minimized IE window, now we first restore it (un-minimize) before capturing. * Fixed a bug when capturung a minimized IE window, now we first restore it (un-minimize) before capturing.
* Fixed bug #3579138 when selecting the context menu entry "Capture Window" it is trying to capture the active Window (which is not possible when using a context menu)
* Fixed bug #3576125 when opening an image from the clipboard which is created on a remote system (Remote Desktop) with native Windows Alt+Printscreen * Fixed bug #3576125 when opening an image from the clipboard which is created on a remote system (Remote Desktop) with native Windows Alt+Printscreen
* Fixed bug #3579467 after changing the language some translations in the context menu are not update, also hotkey changes were not visible. * Fixed bug #3579467 after changing the language some translations in the context menu are not update, also hotkey changes were not visible.