Skip to content

Commit 675d8b1

Browse files
committed
πŸ› Bug fixes and minor improvements
- Selection tool: Add center grip - Fix: App hangs if all files are broken in an opened folder - Fix: You can drag an image from the app if no image opened
1 parent a5cb27b commit 675d8b1

File tree

73 files changed

+13387
-13376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+13387
-13376
lines changed
48 KB
Binary file not shown.
-1.66 KB
Binary file not shown.

β€Žquick-picture-viewer/App.configβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</sectionGroup>
77
</configSections>
88
<System.Windows.Forms.ApplicationConfigurationSection>
9-
<add key="DpiAwareness" value="PerMonitorV2" />
9+
<add key="DpiAwareness" value="PerMonitorV2"/>
1010
</System.Windows.Forms.ApplicationConfigurationSection>
1111
<startup>
1212
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
512 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

β€Žquick-picture-viewer/bin/Release/quick-picture-viewer.exe.configβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</sectionGroup>
77
</configSections>
88
<System.Windows.Forms.ApplicationConfigurationSection>
9-
<add key="DpiAwareness" value="PerMonitorV2" />
9+
<add key="DpiAwareness" value="PerMonitorV2"/>
1010
</System.Windows.Forms.ApplicationConfigurationSection>
1111
<startup>
1212
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
Binary file not shown.
File renamed without changes.

quick-picture-viewer/AboutForm.Designer.cs renamed to quick-picture-viewer/forms/AboutForm.Designer.cs

Lines changed: 253 additions & 253 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)