diff options
| author | trustable-code <krauter.simon@arcor.de> | 2019-08-31 14:24:44 +0200 |
|---|---|---|
| committer | trustable-code <krauter.simon@arcor.de> | 2019-08-31 14:24:44 +0200 |
| commit | 5f1590e390224b31fe9034953d217151a110ec5b (patch) | |
| tree | b3b7b5bccb262a79ecea00bac44c595ca0f0691a /src | |
| parent | c66c07bab24f08c4228e46d08ca9a07f4b7dad17 (diff) | |
| download | NiGui-5f1590e390224b31fe9034953d217151a110ec5b.tar.gz NiGui-5f1590e390224b31fe9034953d217151a110ec5b.zip | |
Fix typo
Diffstat (limited to 'src')
| -rwxr-xr-x | src/nigui.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nigui.nim b/src/nigui.nim index c97c29b..0d876e8 100755 --- a/src/nigui.nim +++ b/src/nigui.nim @@ -1431,7 +1431,7 @@ method visible(control: Control): bool = control.fVisible method `visible=`(control: Control, visible: bool) = control.fVisible = visible control.triggerRelayout() - # should be extended by WindowImpl + # should be extended by ControlImpl method show(control: Control) = control.visible = true |
