From 83cc0f42bec4006cc6f8adb067748b63e93abb45 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 21 Nov 2020 16:58:38 -0500 Subject: Fix 'create function with platform' in the UI to respect the user preferred platform. --- ui/hexeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/hexeditor.h') diff --git a/ui/hexeditor.h b/ui/hexeditor.h index 00a583f6..3ebb2afe 100644 --- a/ui/hexeditor.h +++ b/ui/hexeditor.h @@ -189,7 +189,7 @@ Q_SIGNALS: public Q_SLOTS: void disassembly(); void createFunc(); - void createFuncWithPlatform(PlatformRef platform); + void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false); private Q_SLOTS: void scrollBarMoved(int value); -- cgit v1.3.1