mirror of
https://github.com/greenshot/greenshot
synced 2025-07-15 09:33:46 -07:00
Fixed Bugs #3526974 & #3527020, as the File menu wasn't generated at startup the hotkeys were missing.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1854 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
c42869f1b5
commit
02dd9ba8b9
1 changed files with 4 additions and 0 deletions
|
@ -168,6 +168,10 @@ namespace Greenshot {
|
||||||
LOG.Warn("Exception: ", addingException);
|
LOG.Warn("Exception: ", addingException);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Create the file menu, normally this is done when opening but if we don't do it now the short-cut keys are missing.
|
||||||
|
// See Bugs #3526974 & #3527020
|
||||||
|
FileMenuDropDownOpening(null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AddDestinationButton(IDestination toolstripDestination) {
|
void AddDestinationButton(IDestination toolstripDestination) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue