+del Remove "Alt+Click" to open color selection because already used with Rectangular selection

This commit is contained in:
Pairi Daiza 2021-08-28 17:05:17 +02:00
parent 3c7d92d99a
commit b82e241131
No known key found for this signature in database
GPG Key ID: CA8DC330CDB482FA

View File

@ -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);
}
}