mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
BUG-1735 fixed exception when scaling down screenshot with text element
This commit is contained in:
parent
960528b021
commit
cc65001d34
23 changed files with 722 additions and 279 deletions
|
@ -748,7 +748,7 @@ namespace Greenshot {
|
|||
}
|
||||
|
||||
var now = DateTime.Now;
|
||||
if ((now.Month == 12 && now.Day > 19 && now.Day < 27) || // christmas
|
||||
if ((now.Month == 12 && now.Day > 14 && now.Day < 27) || // christmas
|
||||
(now.Month == 3 && now.Day > 13 && now.Day < 21)) { // birthday
|
||||
var resources = new ComponentResourceManager(typeof(MainForm));
|
||||
contextmenu_donate.Image = (Image)resources.GetObject("contextmenu_present.Image");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue