mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-23 14:51:50 +03:00
Enable inspecting inspector
Layout is hard, but at least I have this nifty new tool...
This commit is contained in:
parent
e1d5739ec8
commit
3a447b4e70
@ -370,7 +370,7 @@ class OriginalStyles(NamedTuple):
|
|||||||
tint: Color | None
|
tint: Color | None
|
||||||
"""The original tint of the widget."""
|
"""The original tint of the widget."""
|
||||||
|
|
||||||
ALLOW_INSPECTING_INSPECTOR = False
|
ALLOW_INSPECTING_INSPECTOR = True
|
||||||
"""Whether widgets in the inspector can be picked for inspection."""
|
"""Whether widgets in the inspector can be picked for inspection."""
|
||||||
|
|
||||||
class Inspector(Container):
|
class Inspector(Container):
|
||||||
|
Loading…
Reference in New Issue
Block a user