mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
FancyZones editor display zone numbers & PowerRename fix (#1726)
* Fix for issue #1218 Design Change: Default Enter Action * Fix for issue #1085 * change zone's number color and font remove the light blue background * Fix for disappearing zone number in editor * Grid layout reversed order fix Co-authored-by: sqrlmn <sqrlmn@users.noreply.github.com> Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0aeecc7a99
commit
f9a756d1ff
@@ -653,10 +653,6 @@ void CPowerRenameUI::_OnCommand(_In_ WPARAM wParam, _In_ LPARAM lParam)
|
||||
switch (LOWORD(wParam))
|
||||
{
|
||||
case IDOK:
|
||||
case IDCANCEL:
|
||||
_OnCloseDlg();
|
||||
break;
|
||||
|
||||
case ID_RENAME:
|
||||
_OnRename();
|
||||
break;
|
||||
@@ -665,6 +661,10 @@ void CPowerRenameUI::_OnCommand(_In_ WPARAM wParam, _In_ LPARAM lParam)
|
||||
_OnAbout();
|
||||
break;
|
||||
|
||||
case IDCANCEL:
|
||||
_OnCloseDlg();
|
||||
break;
|
||||
|
||||
case IDC_EDIT_REPLACEWITH:
|
||||
case IDC_EDIT_SEARCHFOR:
|
||||
if (GET_WM_COMMAND_CMD(wParam, lParam) == EN_CHANGE)
|
||||
|
||||
Reference in New Issue
Block a user