From a8f9fac512cf3e4884cee3b7f655429ece89a025 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 19 Nov 2018 17:27:39 +0800 Subject: Rename two methods in Control. --- src/ui/window.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/window.hpp') diff --git a/src/ui/window.hpp b/src/ui/window.hpp index 2955cd32..d98e60e2 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -140,7 +140,7 @@ namespace cru::ui void Close(); //Send a repaint message to the window's message queue which may make the window repaint. - void Repaint() override; + void InvalidateDraw() override final; //Show the window. void Show(); -- cgit v1.2.3