Switching between thumbnails takes too long
This commit is contained in:
		@@ -321,13 +321,9 @@ namespace EveOPreview.UI
 | 
				
			|||||||
				this.UpdateClientLayouts();
 | 
									this.UpdateClientLayouts();
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			this._configurationStorage.Save();
 | 
								this.RefreshThumbnails();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			foreach (KeyValuePair<IntPtr, IThumbnailView> entry in this._thumbnailViews)
 | 
								this._configurationStorage.Save();
 | 
				
			||||||
			{
 | 
					 | 
				
			||||||
				IThumbnailView view = entry.Value;
 | 
					 | 
				
			||||||
				view.SetTopMost(this._configuration.ShowThumbnailsAlwaysOnTop);
 | 
					 | 
				
			||||||
			}
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		private void ThumbnailViewResized(IntPtr id)
 | 
							private void ThumbnailViewResized(IntPtr id)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user