MG: TNotebook is now streamable

git-svn-id: trunk@1996 -
This commit is contained in:
lazarus 2002-08-17 23:40:34 +00:00
parent c4f54e8a8c
commit 01d5566007

View File

@ -783,7 +783,8 @@ begin
if DesignOnlySignal then exit;
end else begin
// stop the signal, so that the widget does not auto react
if TControl(Data).FCompStyle<>csNotebook then
if (TControl(Data).FCompStyle<>csNotebook)
or (event^.Button<>1) then
gtk_signal_emit_stop_by_name(PGTKObject(Widget),'button-press-event');
end;
@ -2256,7 +2257,11 @@ end;
{ =============================================================================
$Log$
Revision 1.122 2002/09/05 12:11:43 lazarus
MG: TNotebook is now streamable
Revision 1.121 2002/09/05 10:12:07 lazarus
New dialog for multiline caption of TCustomLabel.
Prettified TStrings property editor.
Memo now has automatic scrollbars (not fully working), WordWrap and Scrollbars property