dev: When displaying the query window, the settings behind it is also displayed #362
Labels
bug
Something isn't working
fixed in next release
The issue will be closed once next release is available
It's a known issue that when a query window is displayed, such as the mini window, it also displays the settings page, or the main window if it's turned on, along with it.
Since I'm not familiar with macOS window management, I haven't found a good solution for this, so my previous workaround was: when displaying a query window, if the settings page is displayed, close the settings page first. If the main window is also displayed,
orderOut:
, thenorderBack:
.This solution is ugly, but it can be used temporarily if there is no better solution.
This is old code:
Easydict/Easydict/Feature/ViewController/Window/WindowManager/EZWindowManager.m
Line 411 in 2df80b9
iShot_2024-01-24_21.45.59.mp4
The text was updated successfully, but these errors were encountered: