mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 03:30:02 -07:00
Fixed not fitting text for "Create an 8-bit image if colors are less than 256 while having a > 8 bits image" and changed the readme.txt to have bug #1444 in it.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2453 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
cdcd051153
commit
f17142f6a1
2 changed files with 2 additions and 1 deletions
2
Greenshot/Forms/SettingsForm.Designer.cs
generated
2
Greenshot/Forms/SettingsForm.Designer.cs
generated
|
@ -1118,7 +1118,7 @@ namespace Greenshot {
|
||||||
this.checkbox_autoreducecolors.Location = new System.Drawing.Point(10, 111);
|
this.checkbox_autoreducecolors.Location = new System.Drawing.Point(10, 111);
|
||||||
this.checkbox_autoreducecolors.Name = "checkbox_autoreducecolors";
|
this.checkbox_autoreducecolors.Name = "checkbox_autoreducecolors";
|
||||||
this.checkbox_autoreducecolors.PropertyName = "OutputFileAutoReduceColors";
|
this.checkbox_autoreducecolors.PropertyName = "OutputFileAutoReduceColors";
|
||||||
this.checkbox_autoreducecolors.Size = new System.Drawing.Size(394, 24);
|
this.checkbox_autoreducecolors.Size = new System.Drawing.Size(408, 24);
|
||||||
this.checkbox_autoreducecolors.TabIndex = 21;
|
this.checkbox_autoreducecolors.TabIndex = 21;
|
||||||
this.checkbox_autoreducecolors.UseVisualStyleBackColor = true;
|
this.checkbox_autoreducecolors.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
|
|
|
@ -33,6 +33,7 @@ Bugs resolved (for bug details go to http://sourceforge.net/p/greenshot/bugs and
|
||||||
* Bug #1414: Pasting captures as HTML-inline in Thunderbird doesn't work when using 256-colors.
|
* Bug #1414: Pasting captures as HTML-inline in Thunderbird doesn't work when using 256-colors.
|
||||||
* Bug #1418: Fixed a problem with the editor initialization, in some small cases this gave an error as something happend at the same time.
|
* Bug #1418: Fixed a problem with the editor initialization, in some small cases this gave an error as something happend at the same time.
|
||||||
* Bug #1426: Added some checks for some configuration values, if they were not set this caused an error
|
* Bug #1426: Added some checks for some configuration values, if they were not set this caused an error
|
||||||
|
* Bug #1444: Colors were disappearing when "Create an 8-bit image if colors are less than 256 while having a > 8 bits image" was turned on
|
||||||
* Reported in forum: Fixed a problem with the OCR, it sometimes didn't work. See: http://sourceforge.net/p/greenshot/discussion/676082/thread/31a08c8c
|
* Reported in forum: Fixed a problem with the OCR, it sometimes didn't work. See: http://sourceforge.net/p/greenshot/discussion/676082/thread/31a08c8c
|
||||||
* Not reported: Flickr configuration for the Family, Friend & Public wasn't stored.
|
* Not reported: Flickr configuration for the Family, Friend & Public wasn't stored.
|
||||||
* Not reported: If Greenshot is linked in a Windows startup folder, the "Start with startup" checkbox wasn't checked.
|
* Not reported: If Greenshot is linked in a Windows startup folder, the "Start with startup" checkbox wasn't checked.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue