Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What I want to do is put a dropdown inside of a dropdown, basically.
错误位置:MaterialSubMenu.Patcher.Postfix
这是模组 Material SubMenu 的一个 Harmony Postfix 补丁
它挂钩了 RimWorld.Designator_Dropdown.ProcessInput 方法
MaterialSubMenu.Patcher.Postfix → Designator_Dropdown.ProcessInput → GizmoGridDrawer.DrawGizmoGrid → ArchitectCategoryTab.DesignationTabOnGUI → MainTabWindow_Architect.ExtraOnGUI → WindowStackOnGUI → UIRootOnGUI → Root.OnGUI
从堆栈看,错误发生在 Postfix 方法内部,参数为:
csharp
Postfix(Designator_Dropdown __instance, List<Designator> ___elements, Designator ___activeDesignator)
希望会有修复,感谢你的MOD
I can reproduce it even without my mod. Seems not a conflict but rather an issue of drag-sorting itself, you need to report to ferny.
I guess the question is drag-sorting can record the position per object, but not per dropdown. so you move an object to new category, but the rest of objects in the same dropdown remain in the old category.