mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Updated Run Dialog
Fixed texture glitch on "Browse" button.
This commit is contained in:
parent
d225901f48
commit
a818bd97b1
BIN
res/Run.ico
BIN
res/Run.ico
Binary file not shown.
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 4.2 KiB |
@ -320,7 +320,7 @@ INT_PTR CALLBACK RunDlgProc(HWND hwnd,UINT umsg,WPARAM wParam,LPARAM lParam)
|
||||
|
||||
case WM_INITDIALOG:
|
||||
{
|
||||
MakeBitmapButton(hwnd,IDC_SEARCHEXE,g_hInstance,IDB_OPEN);
|
||||
// MakeBitmapButton(hwnd,IDC_SEARCHEXE,g_hInstance,IDB_OPEN);
|
||||
|
||||
SendDlgItemMessage(hwnd,IDC_COMMANDLINE,EM_LIMITTEXT,MAX_PATH - 1,0);
|
||||
SetDlgItemText(hwnd,IDC_COMMANDLINE,(LPCWSTR)lParam);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user