VT2 v4.3 fixes (#59)
This commit is contained in:
commit
8955e2815f
1 changed files with 2 additions and 4 deletions
|
@ -51,7 +51,6 @@ local scenegraph_definition = {
|
||||||
|
|
||||||
parent = "sg_root",
|
parent = "sg_root",
|
||||||
|
|
||||||
scale = "fit",
|
|
||||||
horizontal_alignment = "center",
|
horizontal_alignment = "center",
|
||||||
vertical_alignment = "center"
|
vertical_alignment = "center"
|
||||||
},
|
},
|
||||||
|
@ -2919,8 +2918,7 @@ VMFOptionsView.initialize_settings_list_widgets = function (self)
|
||||||
|
|
||||||
self.definitions.scenegraph_2nd_layer[scenegraph_id_start_2nd_layer] = {
|
self.definitions.scenegraph_2nd_layer[scenegraph_id_start_2nd_layer] = {
|
||||||
size = {0, 0},
|
size = {0, 0},
|
||||||
position = {0, 0, 0},
|
position = {0, 0, 510},
|
||||||
offset = {0, 0, 0},
|
|
||||||
|
|
||||||
vertical_alignment = "bottom",
|
vertical_alignment = "bottom",
|
||||||
horizontal_alignment = "left"
|
horizontal_alignment = "left"
|
||||||
|
@ -4216,7 +4214,7 @@ end
|
||||||
|
|
||||||
VMFOptionsView.on_enter = function (self)
|
VMFOptionsView.on_enter = function (self)
|
||||||
|
|
||||||
if ShowCursorStack.stack_depth == 0 then ShowCursorStack.push() end
|
if ShowCursorStack.stack_depth == 0 or not VT1 then ShowCursorStack.push() end
|
||||||
|
|
||||||
local input_manager = self.input_manager
|
local input_manager = self.input_manager
|
||||||
input_manager.block_device_except_service(input_manager, "vmf_options_menu", "keyboard", 1)
|
input_manager.block_device_except_service(input_manager, "vmf_options_menu", "keyboard", 1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue