mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-26 02:30:29 -07:00
Suppress to show Search window on the Plater using Ctrl+F shortcut, when we are at Preview mode
This commit is contained in:
@@ -5858,6 +5858,8 @@ void Plater::paste_from_clipboard()
|
||||
void Plater::search(bool plater_is_active)
|
||||
{
|
||||
if (plater_is_active) {
|
||||
if (is_preview_shown())
|
||||
return;
|
||||
// plater should be focused for correct navigation inside search window
|
||||
this->SetFocus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user