You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Open sub-windows as embedded if the OS does not support them
This commit is contained in:
@@ -620,7 +620,10 @@ void ColorPicker::_screen_pick_pressed() {
|
||||
screen->call_deferred("connect", "hide", Callable(btn_pick, "set_pressed"), varray(false));
|
||||
}
|
||||
screen->raise();
|
||||
screen->show_modal();
|
||||
#ifndef _MSC_VER
|
||||
#warning show modal no longer works, needs to be converted to a popup
|
||||
#endif
|
||||
//screen->show_modal();
|
||||
}
|
||||
|
||||
void ColorPicker::_focus_enter() {
|
||||
|
||||
Reference in New Issue
Block a user