mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 13:21:46 +02:00
MG: fixed bracket hilighting
git-svn-id: trunk@753 -
This commit is contained in:
parent
a59ea6d93e
commit
76ec3220a0
@ -1446,9 +1446,15 @@ 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;
|
||||
@ -5334,6 +5340,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.175 2002/08/24 07:09:04 lazarus
|
||||
MG: fixed bracket hilighting
|
||||
|
||||
Revision 1.174 2002/08/24 06:51:22 lazarus
|
||||
MG: from Andrew: style list fixes, autosize for radio/checkbtns
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user