mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 16:40:55 +02:00
MG: fixed double click recognition
git-svn-id: trunk@756 -
This commit is contained in:
parent
63cb2d3644
commit
9e3d612153
@ -1446,15 +1446,9 @@ begin
|
||||
|
||||
csNotebook:
|
||||
begin
|
||||
// write('LM_SETITEMINDEX:',
|
||||
// ' Old=',gtk_notebook_get_current_page(PGtkNoteBook(Handle)),
|
||||
// ' New=',TLMNotebookEvent(Data^).Page);
|
||||
gtk_notebook_set_page(PGtkNotebook(Handle),
|
||||
TLMNotebookEvent(Data^).Page);
|
||||
UpdateNoteBookClientWidget(Sender);
|
||||
// writeln(
|
||||
// ' Now=',gtk_notebook_get_current_page(PGtkNoteBook(Handle))
|
||||
// );
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
@ -5340,6 +5334,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.176 2002/08/24 08:07:15 lazarus
|
||||
MG: fixed double click recognition
|
||||
|
||||
Revision 1.175 2002/08/24 07:09:04 lazarus
|
||||
MG: fixed bracket hilighting
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user