Skip to content

Commit 85c86d3

Browse files
committed
Fixed center center text.
1 parent a3b129b commit 85c86d3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/fidget/common.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ proc consume*(keyboard: Keyboard) =
365365
proc consume*(mouse: Mouse) =
366366
## Reset the mouse state consuming any event information.
367367
buttonPress[MOUSE_LEFT] = false
368-
import print
368+
369369
proc computeLayout*(parent, node: Node) =
370370
## Computes constraints and auto-layout.
371371
for n in node.nodes:

tests/centercentertext/screenshot.png

-4.29 KB
Loading

0 commit comments

Comments
 (0)