Skip to content

Commit

Permalink
fix: EDITCHANGE should not append; SELCHANGE should delay (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunf4 committed Sep 2, 2024
1 parent e2770ed commit ea290d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CPP/7zip/UI/FileManager/CopyDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class CCopyDialog: public NWindows::NControl::CModalDialog
void OnButtonOpenPath();
void OnButtonAddFileName();
bool OnCommand(unsigned code, unsigned itemID, LPARAM lParam) Z7_override;
bool OnTimer(WPARAM /* timerID */, LPARAM /* callback */) Z7_override;
bool OnGetMinMaxInfo(PMINMAXINFO pMMI);

void ShowPathFreeSpace(UString & strPath);
Expand Down

0 comments on commit ea290d5

Please sign in to comment.