mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:39:28 +02:00
Win32, PageControl: remove white flicker when switching tabs. Issue #0037161 Patch by BrunoK
git-svn-id: trunk@63261 -
This commit is contained in:
parent
815371c9aa
commit
e6702de323
@ -58,7 +58,7 @@ end;
|
||||
|
||||
function ShowHideTabPage(TabControlHandle: HWnd; Showing: boolean): integer;
|
||||
const
|
||||
ShowFlags: array[Boolean] of DWord = (SWP_HIDEWINDOW or SWP_NOZORDER, SWP_SHOWWINDOW);
|
||||
ShowFlags: array[Boolean] of DWord = (SWP_HIDEWINDOW or SWP_NOZORDER or SWP_NOREDRAW, SWP_SHOWWINDOW);
|
||||
var
|
||||
TabControl: TCustomTabControl;
|
||||
PageIndex: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user