From bf86d8c3c35ed6f5cc31ae98fa2b09fc63471918 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 24 Aug 2024 14:10:11 -0500 Subject: [PATCH] Note another minor bug in Create New PC --- src/pcedit/pc.editors.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pcedit/pc.editors.cpp b/src/pcedit/pc.editors.cpp index 1e2e9985..49a17b1f 100644 --- a/src/pcedit/pc.editors.cpp +++ b/src/pcedit/pc.editors.cpp @@ -571,6 +571,8 @@ bool spend_xp(short pc_num, short mode, cDialog* parent) { xpDlog.attachClickHandlers(std::bind(spend_xp_navigate_filter,_1,_2,std::ref(save)),{"keep","cancel","left","right","help"}); xpDlog.attachClickHandlers(spend_xp_filter,{"sp-m","sp-p","hp-m","hp-p"}); + // TODO on Mac (and maybe other platforms), when creating a new PC in the game, this help dialog appears + // in the top-left corner of the screen. It should be centered give_help(10,11,xpDlog); xpDlog.run();