diff --git a/ColorPicker.Setup/Setup.iss b/ColorPicker.Setup/Setup.iss index 376d2ce9..ab20721a 100644 --- a/ColorPicker.Setup/Setup.iss +++ b/ColorPicker.Setup/Setup.iss @@ -2,8 +2,8 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "ColorPicker Max" -#define MyAppVersion "6.2.1.2404" -#define MyAppFullVersion "6.2.1.2404" +#define MyAppVersion "6.3.0.2405" +#define MyAppFullVersion "6.3.0.2405" #define MyAppPublisher "Lo Corporation" #define MyAppURL "https://leocorporation.dev/" #define MyAppExeName "ColorPicker.exe" diff --git a/ColorPicker/App.xaml b/ColorPicker/App.xaml index c87dc90a..51e2f918 100644 --- a/ColorPicker/App.xaml +++ b/ColorPicker/App.xaml @@ -1962,6 +1962,43 @@ + diff --git a/ColorPicker/Classes/Global.cs b/ColorPicker/Classes/Global.cs index 59fc6bec..77086898 100644 --- a/ColorPicker/Classes/Global.cs +++ b/ColorPicker/Classes/Global.cs @@ -93,7 +93,7 @@ public static class Global internal static string SettingsPath => $@"{FileSys.AppDataPath}\Léo Corporation\ColorPicker Max\Settings.xml"; public static string LastVersionLink => "https://raw.githubusercontent.com/Leo-Corporation/LeoCorp-Docs/master/Liens/Update%20System/ColorPicker/5.0/Version.txt"; - public static string Version => "6.2.1.2404"; + public static string Version => "6.3.0.2405"; public static string HiSentence { diff --git a/ColorPicker/ColorPicker.csproj b/ColorPicker/ColorPicker.csproj index 87de86ee..c6d7f4b4 100644 --- a/ColorPicker/ColorPicker.csproj +++ b/ColorPicker/ColorPicker.csproj @@ -11,7 +11,7 @@ ColorPicker Maximize your creativity. https://github.com/Leo-Corporation/ColorPicker - 6.2.1.2404 + 6.3.0.2405 MIT logo.png CPM.ico diff --git a/ColorPicker/Pages/ImageExtractorPage.xaml b/ColorPicker/Pages/ImageExtractorPage.xaml index 51a78b20..03f435a9 100644 --- a/ColorPicker/Pages/ImageExtractorPage.xaml +++ b/ColorPicker/Pages/ImageExtractorPage.xaml @@ -95,12 +95,37 @@ x:Name="ImageScrollViewer" Grid.Row="2" Height="200" + AllowDrop="True" + Drop="DragZone_Drop" HorizontalScrollBarVisibility="Auto" Style="{DynamicResource ScrollViewerStyle}" VerticalScrollBarVisibility="Disabled" Visibility="Collapsed"> + + + + + +