fix: EDITCHANGE should not append; SELCHANGE should delay (2)

This commit is contained in:
shunf4
2024-09-03 01:22:49 +08:00
parent e2770ed02a
commit ea290d53ad

View File

@@ -22,7 +22,6 @@ class CCopyDialog: public NWindows::NControl::CModalDialog
void OnButtonOpenPath(); void OnButtonOpenPath();
void OnButtonAddFileName(); void OnButtonAddFileName();
bool OnCommand(unsigned code, unsigned itemID, LPARAM lParam) Z7_override; bool OnCommand(unsigned code, unsigned itemID, LPARAM lParam) Z7_override;
bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) Z7_override;
bool OnGetMinMaxInfo(PMINMAXINFO pMMI); bool OnGetMinMaxInfo(PMINMAXINFO pMMI);
void ShowPathFreeSpace(UString & strPath); void ShowPathFreeSpace(UString & strPath);