From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqcanvasview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqcanvasview.html') diff --git a/doc/html/tqcanvasview.html b/doc/html/tqcanvasview.html index 48fe627c5..77bafa1bf 100644 --- a/doc/html/tqcanvasview.html +++ b/doc/html/tqcanvasview.html @@ -162,7 +162,7 @@ zooms out by 2 times, then the inverse of this matrix is one that will zoom in by 2 times).

When you use this, you should note that the performance of the TQCanvasView will decrease considerably. -

Returns FALSE if wm is not invertable; otherwise returns TRUE. +

Returns false if wm is not invertable; otherwise returns true.

See also worldMatrix(), inverseWorldMatrix(), and TQWMatrix::isInvertible().

Example: canvas/canvas.cpp. -- cgit v1.2.3