(svn r21179) -Fix [FS#4201] (r69): if the main toolbar's location is configurable, why isn't the statusbar's location configurable?
This commit is contained in:
@@ -681,14 +681,22 @@ static void IniSaveSettingList(IniFile *ini, const char *grpname, StringList *li
|
||||
}
|
||||
}
|
||||
|
||||
/* Begin - Callback Functions for the various settings
|
||||
* virtual PositionMainToolbar function, calls the right one.*/
|
||||
/* Begin - Callback Functions for the various settings. */
|
||||
|
||||
/** Reposition the main toolbar as the setting changed. */
|
||||
static bool v_PositionMainToolbar(int32 p1)
|
||||
{
|
||||
if (_game_mode != GM_MENU) PositionMainToolbar(NULL);
|
||||
return true;
|
||||
}
|
||||
|
||||
/** Reposition the statusbar as the setting changed. */
|
||||
static bool v_PositionStatusbar(int32 p1)
|
||||
{
|
||||
if (_game_mode != GM_MENU) PositionStatusbar(NULL);
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool PopulationInLabelActive(int32 p1)
|
||||
{
|
||||
UpdateAllTownVirtCoords();
|
||||
|
Reference in New Issue
Block a user