- rewrote the panel align heuristics.

leftmost/top panel now always at same location, so switching button
  'main contextes' works consistantly
- fixed some more events to make sure Panels update when editing
- preview render panel now is 320 wide, just for getting the space filled!
- error in preview render matrix, which caused unpredictable drawing errors

Bedtime!

-Ton-
This commit is contained in:
2003-10-12 00:42:09 +00:00
parent 06f29795df
commit a9c694d6c5
6 changed files with 40 additions and 27 deletions

View File

@@ -1098,7 +1098,7 @@ void BIF_previewrender(SpaceButs *sbuts)
draw_tex_crop(sbuts->lockpoin);
glDrawBuffer(GL_BACK);
uiPanelPush(block);
uiPanelPop(block);
BIF_previewdraw();