mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Enabled tech ENABLE_RENDER_STATISTICS
This commit is contained in:
parent
15b56c9950
commit
1445c0ad3a
4 changed files with 53 additions and 19 deletions
|
@ -366,6 +366,11 @@ public:
|
|||
|
||||
bool inside_snapshot_capture();
|
||||
|
||||
#if ENABLE_RENDER_STATISTICS
|
||||
void toggle_render_statistic_dialog();
|
||||
bool is_render_statistic_dialog_visible() const;
|
||||
#endif // ENABLE_RENDER_STATISTICS
|
||||
|
||||
// Wrapper around wxWindow::PopupMenu to suppress error messages popping out while tracking the popup menu.
|
||||
bool PopupMenu(wxMenu *menu, const wxPoint& pos = wxDefaultPosition);
|
||||
bool PopupMenu(wxMenu *menu, int x, int y) { return this->PopupMenu(menu, wxPoint(x, y)); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue