FIX: update the refill dialog text

jira: [STUDIO-8563]
Change-Id: Ib4c29f811a68fc8f0ccdea68110c77eea80deb00
(cherry picked from commit 3fa55062f65a4250dc287d54f73bebb2bb4ac700)
This commit is contained in:
xin.zhang
2024-12-26 09:42:20 +08:00
committed by Noisyfox
parent afd2772689
commit 4a999bb932
2 changed files with 12 additions and 2 deletions

View File

@@ -328,7 +328,7 @@ public:
void render(wxDC& dc);
void doRender(wxDC& dc);
void on_mouse_move(wxMouseEvent& evt);
double GetAngle(wxPoint pointA, wxPoint pointB);
wxPoint CalculateEndpoint(const wxPoint& startPoint, int angle, int length);
private:
@@ -369,6 +369,7 @@ public:
std::vector<std::string> m_tray_used;
Label* label_txt{nullptr};
Label* identical_filament;
private:
void create();