Bugfix #17306: Missing refresh call for button in UserPrefs
Autokey settings were missing redraw for Info-window
This commit is contained in:
parent
8eab9e15d5
commit
2e144abfbd
@ -4440,7 +4440,10 @@ static void winqreadinfospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
||||
|
||||
switch(event) {
|
||||
case UI_BUT_EVENT:
|
||||
if(val==REDRAWTIME) allqueue(REDRAWTIME, 0);
|
||||
if(val==REDRAWTIME) {
|
||||
allqueue(REDRAWTIME, 0);
|
||||
addqueue(sa->win, REDRAW, 1);
|
||||
}
|
||||
else if(val==B_ADD_THEME) {
|
||||
bTheme *btheme, *new;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user