mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Changed EditorForm to use language binding... long live search & replace...
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1834 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
00819deecd
commit
71f44023c2
11 changed files with 306 additions and 350 deletions
|
@ -108,7 +108,7 @@ namespace Greenshot.Drawing {
|
|||
|
||||
public bool KeysLocked = false;
|
||||
|
||||
private bool modified = false;
|
||||
private bool modified = true; // Initial state is modified, as it's not saved
|
||||
public bool Modified {
|
||||
get {
|
||||
return modified;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue