mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Remove some gtk warnings on application start.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user