Skip to content

Commit

Permalink
Assign watermark correctly in text control
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Aug 25, 2023
1 parent febbefc commit 16a5fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/controls/formattedtextctrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ class FormattedTextCtrl final : public wxTextCtrl
that->m_leftPrinterFooter = m_leftPrinterFooter;
that->m_centerPrinterFooter = m_centerPrinterFooter;
that->m_rightPrinterFooter = m_rightPrinterFooter;
this->m_waterMark = m_waterMark;
that->m_waterMark = m_waterMark;
}

wxMenu* m_menu{ nullptr };
Expand Down

0 comments on commit 16a5fc5

Please sign in to comment.