Changed the destination picker behavior to not sort, this makes it possible to do the sorting in the destinations itself. OneNote places the current page on top, the printer list also starts with the default... etc.

This commit is contained in:
RKrom 2014-07-29 16:13:12 +02:00
commit cc7f303e08
9 changed files with 31 additions and 8 deletions

View file

@ -321,8 +321,6 @@ namespace GreenshotPlugin.Core {
LOG.ErrorFormat("Skipping {0}, due to the following error: {1}", Description, ex.Message);
}
if (subDestinations.Count > 0) {
subDestinations.Sort();
ToolStripMenuItem destinationMenuItem = null;
if (useDynamicsOnly && subDestinations.Count == 1) {