Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
gerstrong committed Mar 10, 2024
1 parent 63f862b commit e0702a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stockdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ mmStockDialog::mmStockDialog(wxWindow* parent
, const wxString& name
)
: m_stock(stock)
, m_gui_frame(gui_frame)
, m_edit(stock ? true: false)
, m_account_id(accountID)
, m_gui_frame(gui_frame)
{
long style = wxCAPTION | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX;
Create(parent, wxID_ANY, "", wxDefaultPosition, wxSize(400, 300), style, name);
Expand Down

0 comments on commit e0702a6

Please sign in to comment.