mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
Remove some gtk warnings on application start.
This commit is contained in:
parent
71574b2dd4
commit
be8f464bf8
2 changed files with 9 additions and 3 deletions
|
@ -171,6 +171,12 @@ private:
|
|||
SettingsBundle m_freq_settings_sla;
|
||||
#endif
|
||||
|
||||
inline void ensure_current_item_visible()
|
||||
{
|
||||
if (const auto &item = this->GetCurrentItem())
|
||||
this->EnsureVisible(item);
|
||||
}
|
||||
|
||||
public:
|
||||
ObjectList(wxWindow* parent);
|
||||
~ObjectList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue