mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Fixed dropdown menu glitches
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6774 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+11
-10
@@ -250,17 +250,18 @@ void RenderIMPPrejudice( void )
|
||||
RenderProfileBackGround();
|
||||
|
||||
IMPPrejudiceDisplay();
|
||||
|
||||
DropDownTemplate<DROPDOWNNR_APPEARANCE>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_APPEARANCECARE>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_REFINEMENT>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_REFINEMENTCARE>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_NATIONALITY>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_HATEDNATIONALITY>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_HATEDNATIONALITYCARE>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_RACIST>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_RACE>::getInstance().Display();
|
||||
|
||||
// reversed order - lower boxes first. It is otherwise possible that open boxes are overlayed by closed boxes
|
||||
DropDownTemplate<DROPDOWNNR_SEXIST>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_RACE>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_RACIST>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_HATEDNATIONALITYCARE>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_HATEDNATIONALITY>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_NATIONALITY>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_REFINEMENTCARE>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_REFINEMENT>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_APPEARANCECARE>::getInstance().Display();
|
||||
DropDownTemplate<DROPDOWNNR_APPEARANCE>::getInstance().Display();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user