godot icon indicating copy to clipboard operation
godot copied to clipboard

Windows: Fix bits used to determine `no_activate_focus`

Open Macksaur opened this issue 1 month ago • 0 comments

Fixed a bitflag typo: WINDOW_FLAG_POPUP was used instead of WINDOW_FLAG_POPUP_BIT.

The correct style should eventually get set from changing other flags... but still...

Macksaur avatar May 13 '24 23:05 Macksaur