Commit cb92b70
committed
Improve drag-and-drop checks for loaded disk images
Refined drag-and-drop event logic in MainForm.vb to check for an actually loaded image and disk, replacing the previous _ImagesLoaded flag with a more precise HasLoadedImage condition. This ensures drag-and-drop actions on PanelFiles only proceed when a valid image is loaded. Also incremented application revision and file version.1 parent 0824145 commit cb92b70
File tree
3 files changed
+15
-7
lines changed- DiskImageTool
- My Project
3 files changed
+15
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1764 | 1764 | | |
1765 | 1765 | | |
1766 | 1766 | | |
1767 | | - | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
1768 | 1770 | | |
1769 | 1771 | | |
1770 | 1772 | | |
| |||
1780 | 1782 | | |
1781 | 1783 | | |
1782 | 1784 | | |
1783 | | - | |
| 1785 | + | |
1784 | 1786 | | |
1785 | 1787 | | |
1786 | 1788 | | |
| |||
1802 | 1804 | | |
1803 | 1805 | | |
1804 | 1806 | | |
| 1807 | + | |
| 1808 | + | |
1805 | 1809 | | |
1806 | 1810 | | |
1807 | | - | |
| 1811 | + | |
1808 | 1812 | | |
1809 | 1813 | | |
1810 | 1814 | | |
| |||
1817 | 1821 | | |
1818 | 1822 | | |
1819 | 1823 | | |
1820 | | - | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
1821 | 1827 | | |
1822 | 1828 | | |
1823 | 1829 | | |
| |||
1828 | 1834 | | |
1829 | 1835 | | |
1830 | 1836 | | |
1831 | | - | |
| 1837 | + | |
| 1838 | + | |
| 1839 | + | |
1832 | 1840 | | |
1833 | 1841 | | |
1834 | 1842 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments