mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-15 12:49:13 +00:00
Set default background color for SVG panel
This commit is contained in:
@@ -103,9 +103,7 @@ public partial class ImagePanel : UserControl, INotifyPropertyChanged, IDisposab
|
||||
ContextObject = context;
|
||||
Meta = meta;
|
||||
|
||||
var s = meta.GetSize();
|
||||
//_minZoomFactor = Math.Min(200d / s.Height, 400d / s.Width);
|
||||
//_maxZoomFactor = Math.Min(9000d / s.Height, 9000d / s.Width);
|
||||
_ = meta.GetSize();
|
||||
|
||||
ShowMeta();
|
||||
Theme = ContextObject.Theme;
|
||||
|
Reference in New Issue
Block a user