mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-22 03:36:36 +00:00
Fix for #6958 - GUI Setting non modal window: Search broken when main window hidden (minimized)
This commit is contained in:
@@ -6536,12 +6536,7 @@ void Plater::search(bool plater_is_active)
|
||||
canvas3D()->on_char(evt);
|
||||
}
|
||||
else
|
||||
{
|
||||
wxPoint pos = this->ClientToScreen(wxPoint(0, 0));
|
||||
pos.x += em_unit(this) * 40;
|
||||
pos.y += em_unit(this) * 4;
|
||||
p->sidebar->get_searcher().search_dialog->Popup(pos);
|
||||
}
|
||||
p->sidebar->get_searcher().show_dialog();
|
||||
}
|
||||
|
||||
void Plater::msw_rescale()
|
||||
|
||||
Reference in New Issue
Block a user