You've already forked lazarus-ccr
Eliminated another endless loop with GTK2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1406 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4336,7 +4336,9 @@ end;
|
|||||||
procedure ThtmlViewer.PaintWindow(DC: HDC);
|
procedure ThtmlViewer.PaintWindow(DC: HDC);
|
||||||
begin
|
begin
|
||||||
PaintPanel.RePaint;
|
PaintPanel.RePaint;
|
||||||
BorderPanel.RePaint;
|
{$IFNDEF LCL}
|
||||||
|
BorderPanel.RePaint; //Causes endless loop for some reason on gtk2.
|
||||||
|
{$ENDIF}
|
||||||
VScrollbar.RePaint;
|
VScrollbar.RePaint;
|
||||||
HScrollbar.RePaint;
|
HScrollbar.RePaint;
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user