diff options
| author | dam <dam@gudinoff> | 2022-03-28 16:26:50 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-28 16:26:50 +0000 |
| commit | 9083809865719e443b8c85af0f4a517e7b2742e1 (patch) | |
| tree | 2750503a08ccc93c3108f7335f6251e107f0203b /option_set/option_set_list.gd | |
| parent | a34abdedf2feebcd17e402d9ed650a7cd17cbfe9 (diff) | |
| download | surgery-log-9083809865719e443b8c85af0f4a517e7b2742e1.tar.zst surgery-log-9083809865719e443b8c85af0f4a517e7b2742e1.zip | |
Add title on popup control and use it to display the option sets placeholder texts.
Diffstat (limited to 'option_set/option_set_list.gd')
| -rw-r--r-- | option_set/option_set_list.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/option_set/option_set_list.gd b/option_set/option_set_list.gd index 6efd068..5ebe5bf 100644 --- a/option_set/option_set_list.gd +++ b/option_set/option_set_list.gd @@ -116,6 +116,7 @@ func remove_items(indices: Array): func clear_items(): items.clear() + v_scroll_bar.value = 0.0 is_dirty = true |
