Skip to content

Commit

Permalink
Fix the issue where the encoding dialog etc. no longer appear when cl…
Browse files Browse the repository at this point in the history
…icking the status bar.
  • Loading branch information
sdottaka committed Nov 28, 2023
1 parent 7edbef8 commit 2659c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/MergeEditView.cpp
Expand Up @@ -232,7 +232,7 @@ BEGIN_MESSAGE_MAP(CMergeEditView, CCrystalEditViewEx)
ON_UPDATE_COMMAND_UI(ID_USE_FIRST_LINE_AS_HEADERS, OnUpdateUseFirstLineAsHeaders)
ON_COMMAND(ID_AUTO_FIT_ALL_COLUMNS, OnAutoFitAllColumns)
// Status bar
ON_NOTIFY(NM_CLICK, AFX_IDW_STATUS_BAR, OnStatusBarClick)
ON_NOTIFY(NM_CLICK, AFX_IDW_CONTROLBAR_FIRST+28, OnStatusBarClick)
ON_UPDATE_COMMAND_UI(ID_STATUS_PANE0FILE_EOL, OnUpdateStatusEOL)
ON_UPDATE_COMMAND_UI(ID_STATUS_PANE1FILE_EOL, OnUpdateStatusEOL)
ON_UPDATE_COMMAND_UI(ID_STATUS_PANE2FILE_EOL, OnUpdateStatusEOL)
Expand Down

0 comments on commit 2659c40

Please sign in to comment.