On 01/07/11 13:17, Max Vlasov wrote:
Trying to solve the problem, I ended up with the following replacement
in the TGtk2WSCustomPanel.CreateHandle

{ -------- Before }

   Frame := gtk_frame_new(nil);
   gtk_frame_set_shadow_type(PGtkFrame(Frame),
     BorderStyleShadowMap[TCustomControl(AWinControl).BorderStyle]);

gtk_container_set_border_width(PGtkContainer(Frame), 0) here seems to make it better.

Henry

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to