mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 11:40:40 -07:00
Finished merge.
This commit is contained in:
parent
bca9051858
commit
a38929aa84
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ namespace Greenshot.Drawing
|
||||||
_font = newFont;
|
_font = newFont;
|
||||||
_textBox.Font = _font;
|
_textBox.Font = _font;
|
||||||
}
|
}
|
||||||
catch (Exception ex2)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
// When this happens... the PC is broken
|
// When this happens... the PC is broken
|
||||||
ex.Data.Add("fontFamily", fontFamily);
|
ex.Data.Add("fontFamily", fontFamily);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue