- old python: removed reference to UIfrontbuf, just to get it compiling

for those who dont have EXPYTHON defined
This commit is contained in:
2003-07-07 16:12:31 +00:00
parent b4b10dfff8
commit c5cc6a28a4

View File

@@ -528,9 +528,9 @@ static void py_slider_update(void *butv, void *data2_unused)
g_window_redrawn = 0;
curarea->win_swap= WIN_BACK_OK;
UIfrontbuf = 1;
//UIfrontbuf = 1;
spacetext_do_pywin_buttons(curarea->spacedata.first, uiButGetRetVal(but));
UIfrontbuf = 0;
//UIfrontbuf = 0;
if (!g_window_redrawn) /* if Redraw already called */
Windowmodule_Redraw(0, Py_BuildValue("(i)", SPACE_VIEW3D));