GE Debugger: Minor fix step count dialog.

This commit is contained in:
xebra 2018-12-24 04:23:03 +09:00
parent df4179fdb5
commit 4b2c18bb23
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public:
protected:
BOOL DlgProc(UINT message, WPARAM wParam, LPARAM lParam);
private:
void Jump(int value, bool relative);
void Jump(int count, bool relative);
};
class CGEDebugger : public Dialog {

View File

@ -240,7 +240,7 @@ EXSTYLE WS_EX_TOOLWINDOW
CAPTION "Step Count"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
COMBOBOX IDC_GEDBG_STEPCOUNT_COMBO,6,3,50,13,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP | ES_NUMBER
COMBOBOX IDC_GEDBG_STEPCOUNT_COMBO,6,3,50,13,CBS_DROPDOWN | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "-",IDC_GEDBG_STEPCOUNT_DEC,58,2,14,14
PUSHBUTTON "+",IDC_GEDBG_STEPCOUNT_INC,73,2,14,14
PUSHBUTTON "Jump",IDC_GEDBG_STEPCOUNT_JUMP,88,2,30,14