alexmercerind / flutter_acrylic

Flutter library for window acrylic, mica & transparency effects.
MIT License
605 stars 54 forks source link

[Windows] Window text get a black/white background when using mica. #27

Closed kolyneh closed 2 years ago

kolyneh commented 2 years ago

When showing the window text, it will get a black/white background when using mica.

Remove BDW_CUSTOM_FRAME from main.cpp to show the origin window text.

// main.cpp  removed BDW_CUSTOM_FRAME
auto bdw = bitsdojo_window_configure( BDW_HIDE_ON_STARTUP );

屏幕截图 2022-05-11 101028

alexmercerind commented 2 years ago

Don't.

kolyneh commented 2 years ago

Hi Alex, could this be a Flutter issue, or maybe a Windows issue?

alexmercerind commented 2 years ago

Drawing custom frame is the only option. It's not possible to change the background of window title.