reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit 1c2edf1cea780158d4da814ecc5d44479d3514e8
parent 5e8efccb8d2b8ad31497ea669a72c9050315923a
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Mon, 29 Aug 2016 05:10:18 -0400

(fix typo in comment)

Diffstat:
Msrc/about.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/about.cpp b/src/about.cpp @@ -122,8 +122,8 @@ void About::setDelegate(const DelegatePtr &delegate) #ifdef _WIN32 SendMessage(handle(), WM_SETREDRAW, true, 0); - // This is required on Windows to get the first tab to be fully draw, - // but I have no idea why... + // Without this the first tab would not be redrawn completely on Windows. + // Though I have no idea why... InvalidateRect(handle(), nullptr, true); #endif }