mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+del Remove "Alt+Click" to open color selection because already used with Rectangular selection
This commit is contained in:
parent
3c7d92d99a
commit
b82e241131
@ -7772,7 +7772,7 @@ static LRESULT _MsgNotifyFromEdit(HWND hwnd, const SCNotification* const scn)
|
||||
HandleHotSpotURLClicked(scn->position, OPEN_WITH_BROWSER); // if applicable (file://)
|
||||
}
|
||||
} else if (SciCall_IndicatorValueAt(INDIC_NP3_COLOR_DEF, scn->position) > 0) {
|
||||
if (_s_indic_click_modifiers & (SCMOD_CTRL | SCMOD_ALT)) {
|
||||
if (_s_indic_click_modifiers & SCMOD_CTRL) {
|
||||
HandleColorDefClicked(Globals.hwndEdit, scn->position);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user