Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/modules/rna_keymap_ui.py
| Context not available. | |||||
| ok = True | ok = True | ||||
| # go back and fill in rowsub | # go back and fill in rowsub | ||||
| rowsub.prop(spref, "filter_type", text="") | rowsubsub = rowsub.row(align=True) | ||||
| rowsubsub.prop(spref, "filter_type", expand=True) | |||||
| rowsubsub = rowsub.row(align=True) | rowsubsub = rowsub.row(align=True) | ||||
| if not ok: | if not ok: | ||||
| rowsubsub.alert = True | rowsubsub.alert = True | ||||
| Context not available. | |||||