height=0;

This commit is contained in:
Shaul Kedem
2009-04-22 19:13:07 +00:00
parent af02a0aa4e
commit 76d000fd96

View File

@@ -1726,7 +1726,7 @@ static void view3d_panel_operator_redo(const bContext *C, ARegion *ar, short cnt
wmOperator *op;
PointerRNA ptr;
uiBlock *block;
int height;
int height = 0;
block= uiBeginBlock(C, ar, "view3d_panel_operator_redo", UI_EMBOSS);
if(uiNewPanel(C, ar, block, "Last Operator", "View3d", 340, 10, 318, height)==0) return;