Quantcast
Channel: AvalonDock
Viewing all articles
Browse latest Browse all 2690

Closed Issue: [1.3] Wrong tab is activated when closing the active one [11813]

$
0
0
Current code (DockingManager.cs):
 
var docToActivate = Documents.OrderBy(d => d.LastActivation).FirstOrDefault();
 
Should be:
 
var docToActivate = Documents.OrderByDescending(d => d.LastActivation).FirstOrDefault();
Comments: Old or obsolete issue. Please ask for reopen if needed in version 2.0

Viewing all articles
Browse latest Browse all 2690

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>