Debugger: Style fixes.
This commit is contained in:
@@ -64,6 +64,7 @@ WatchPromptWindow::Create(Architecture* architecture, target_addr_t address,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
WatchPromptWindow::_Init()
|
WatchPromptWindow::_Init()
|
||||||
{
|
{
|
||||||
@@ -125,6 +126,7 @@ WatchPromptWindow::_Init()
|
|||||||
fTypeField->Menu()->ItemAt(fInitialType)->SetMarked(true);
|
fTypeField->Menu()->ItemAt(fInitialType)->SetMarked(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
WatchPromptWindow::Show()
|
WatchPromptWindow::Show()
|
||||||
{
|
{
|
||||||
@@ -132,6 +134,7 @@ WatchPromptWindow::Show()
|
|||||||
BWindow::Show();
|
BWindow::Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
WatchPromptWindow::MessageReceived(BMessage* message)
|
WatchPromptWindow::MessageReceived(BMessage* message)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user