feat: 1. drag to panel address combobox opens the archive/dir; 2. mouse forward/backward key nav

This commit is contained in:
shunf4
2024-05-11 00:29:54 +08:00
parent 92304fbc6a
commit 0e3812de49
6 changed files with 77 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ class CDropTarget:
CPanel *m_Panel;
bool m_IsAppTarget; // true, if we want to drop to app window (not to panel).
bool m_IsPanelAddressComboBoxOrBar;
bool m_SetPathIsOK;
@@ -96,6 +97,7 @@ public:
m_SubFolderIndex(-1),
m_Panel(NULL),
m_IsAppTarget(false),
m_IsPanelAddressComboBoxOrBar(false),
m_SetPathIsOK(false),
App(NULL),
SrcPanelIndex(-1),