From b382c7e3c6645c977cd9a7bf28b639a349d5bbde Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 18 Apr 2017 14:58:49 +0200 Subject: Make visible() call into nativewindow and make Win32 windows invisible on creation. --- plugingui/widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/widget.h') diff --git a/plugingui/widget.h b/plugingui/widget.h index 0485c32..3b17f1f 100644 --- a/plugingui/widget.h +++ b/plugingui/widget.h @@ -53,7 +53,7 @@ public: virtual void show(); virtual void hide(); void setVisible(bool visible); - bool visible() const; + virtual bool visible() const; //! Mark widget dirty and shedule redraw on next window redraw. void redraw(); -- cgit v1.2.3