Fix issue 432: Options/Input: Missing graphic update after changing a numeric value

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1778 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-04-14 19:43:16 +00:00
parent 8596bc365f
commit 02ecd8d29d
2 changed files with 5 additions and 0 deletions

View File

@@ -898,6 +898,7 @@ void Settings_display_config(T_Setting *setting, T_Config * conf, T_Special_butt
}
}
}
Update_window_area(panel->Pos_X, panel->Pos_Y, panel->Width, panel->Height+1);
}
void Settings_save_config(T_Config * conf)