kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 64f5d115a47acdb78bbfcbd45105c995ac2f7892
parent b1e927090b5d0951d823c6fd9b4613d300e16acc
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu, 27 Jan 2022 08:13:55 +0200

Remove unneeded dashes.

Diffstat:
Mcontent/2022-01-27-opencv-and-gtk.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/2022-01-27-opencv-and-gtk.md b/content/2022-01-27-opencv-and-gtk.md @@ -11,7 +11,7 @@ it originally had shown the following structure: - window1 (GtkWindow) - box1 (GtkBox) - grayscaleButton (GtkToggleButton) - - image - (GtkImage) + - image (GtkImage) ``` but if you want to find the mouse location, put your GtkImage inside a GtkEventBox: