mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-01 17:38:42 +03:00
fix some bug
This commit is contained in:
@@ -119,6 +119,8 @@ public:
|
||||
void msw_rescale() override;
|
||||
|
||||
//w29
|
||||
void create_paragraph(wxWindow* parent, Label* title, std::string title_txt, Label* content, std::string content_txt);
|
||||
void create_txt(wxWindow* parent, Label* label, std::string label_txt);
|
||||
void create_paph(wxWindow* parent, wxString title, wxString content)
|
||||
{
|
||||
m_txt_title = new Label(this, title);
|
||||
|
||||
Reference in New Issue
Block a user