mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
Better safety if publish workflow crashes. Cleanup on Button
This commit is contained in:
@@ -64,6 +64,9 @@ public:
|
||||
int GetNextVisible(int item) const;
|
||||
bool IsVisible(unsigned int item) const;
|
||||
|
||||
// Width of the tab strip that keeps every button visible (used to size the Publish dialog).
|
||||
int buttons_best_width() const;
|
||||
|
||||
private:
|
||||
virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
|
||||
|
||||
@@ -73,8 +76,6 @@ private:
|
||||
|
||||
void relayout();
|
||||
|
||||
int buttons_best_width() const;
|
||||
|
||||
void buttonClicked(wxCommandEvent & event);
|
||||
void keyDown(wxKeyEvent &event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user