Skip to content

Commit

Permalink
Debugger: Style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Oct 26, 2014
1 parent cda38af commit 4501776
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -64,6 +64,7 @@ WatchPromptWindow::Create(Architecture* architecture, target_addr_t address,

}


void
WatchPromptWindow::_Init()
{
Expand Down Expand Up @@ -125,13 +126,15 @@ WatchPromptWindow::_Init()
fTypeField->Menu()->ItemAt(fInitialType)->SetMarked(true);
}


void
WatchPromptWindow::Show()
{
CenterOnScreen();
BWindow::Show();
}


void
WatchPromptWindow::MessageReceived(BMessage* message)
{
Expand Down

0 comments on commit 4501776

Please sign in to comment.