mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Support X11 and more JPEG2000 image formats
In addition, Magick Image File Format (.miff) is supported now
This commit is contained in:
@@ -349,7 +349,7 @@ public partial class ImagePanel : UserControl, INotifyPropertyChanged, IDisposab
|
||||
e.TranslationBehavior = new InertiaTranslationBehavior
|
||||
{
|
||||
InitialVelocity = e.InitialVelocities.LinearVelocity,
|
||||
DesiredDeceleration = 10.0 * 96.0 / (1000.0 * 1000.0)
|
||||
DesiredDeceleration = 10d * 96d / (1000d * 1000d)
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user