From 9605fc54c790b1c4364bc0eddfcdd65f979bfc21 Mon Sep 17 00:00:00 2001 From: Daniel Ting Date: Wed, 8 Jul 2020 18:02:38 -0500 Subject: Fix cancel/OK button order on macOS The macOS platform convention regarding button order is cancel on left, OK on right. --- platform/uwp/os_uwp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/uwp') diff --git a/platform/uwp/os_uwp.h b/platform/uwp/os_uwp.h index 95359c68b0..c35b634353 100644 --- a/platform/uwp/os_uwp.h +++ b/platform/uwp/os_uwp.h @@ -245,7 +245,7 @@ public: void run(); - virtual bool get_swap_ok_cancel() { return true; } + virtual bool get_swap_cancel_ok() { return true; } void input_event(const Ref &p_event); -- cgit v1.2.3