You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function setup_window_events is about listening the window_state and printing them out while debugging, so it would not effect the window's config.
The main.rs has another part below that might effect this, but i'm not sure currently:
I have try to set the decorations attribute to false but it's useless.
The issue was not found in versions prior to Tauri 2.3.0 using the completely same code.
If additional information is required, I will provide it whenever possible.
The text was updated successfully, but these errors were encountered:
In my operating system it could be reproduction when the WindowEffect has been set. @amrbashir Would it possible that struct WindowEffect has some bugs?
Describe the bug
An unexpected window overlay is rendered outside the window border, and the WindowEffect is set as expected
Screenshots:
Reproduction
I have the following code in
main.rs
:The function
setup_window_events
is about listening the window_state and printing them out while debugging, so it would not effect the window's config.The
main.rs
has another part below that might effect this, but i'm not sure currently:Additionally, the
window.create_overlay_titlebar()?;
is brought by cratetauri-plugin-decorum
.Expected behavior
No extra border
Full
tauri info
outputStack trace
Additional context
I have try to set the
decorations
attribute tofalse
but it's useless.The issue was not found in versions prior to Tauri 2.3.0 using the completely same code.
If additional information is required, I will provide it whenever possible.
The text was updated successfully, but these errors were encountered: