|
@@ -26,8 +26,13 @@ void la_DetachedScenePanel(laPanel* p){
|
|
|
void ScenePanel(laUiList *uil, laPropPack *This, laPropPack *DetachedProps, laColumn *UNUSED, int context){
|
|
|
laColumn* c=laFirstColumn(uil);
|
|
|
|
|
|
- laUiItem* ui=laShowCanvas(uil,c,DetachedProps,"root",0,-1);
|
|
|
+ laUiItem* ui=laShowCanvas(uil,c,DetachedProps,"root",0,-2);
|
|
|
laDefault3DViewOverlay(ui);
|
|
|
+
|
|
|
+ laUiItem* b=laBeginRow(uil,c,0,0);
|
|
|
+ laShowItem(uil,c,&ui->ExtraPP,"select_mode")->Flags|=LA_UI_FLAGS_EXPAND;
|
|
|
+ laShowItem(uil,c,&ui->ExtraPP,"select_through");
|
|
|
+ laEndRow(uil,b);
|
|
|
}
|
|
|
void DataPanel(laUiList *uil, laPropPack *This, laPropPack *DetachedProps, laColumn *UNUSED, int context){
|
|
|
laColumn* c=laFirstColumn(uil);
|