mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: fix display error in release note
Change-Id: I71edf47b4b48ce5ae310b8633fe351318f8f24ef
This commit is contained in:
parent
73e4078348
commit
816dae015b
3 changed files with 6 additions and 6 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
~ReleaseNoteDialog();
|
||||
|
||||
void on_dpi_changed(const wxRect &suggested_rect) override;
|
||||
void update_release_note(std::string release_note, std::string version);
|
||||
void update_release_note(wxString release_note, std::string version);
|
||||
|
||||
wxStaticText * m_text_up_info{nullptr};
|
||||
wxScrolledWindow *m_scrollwindw_release_note {nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue