X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsamples%2Fsample.adb;h=648036f74a0bc017a477e28660984ec114942885;hp=5034e6cdc4546dc2d1c6b29b16d97f7e708e723e;hb=76af49c338ca828b39306fcf93c6d49dfaf11dfc;hpb=feb958a7e85895ec23547b7b1a8daa03e85c7b9c diff --git a/Ada95/samples/sample.adb b/Ada95/samples/sample.adb index 5034e6cd..648036f7 100644 --- a/Ada95/samples/sample.adb +++ b/Ada95/samples/sample.adb @@ -35,8 +35,8 @@ ------------------------------------------------------------------------------ -- Author: Juergen Pfeifer, 1996 -- Version Control --- $Revision: 1.16 $ --- $Date: 2008/07/26 18:48:46 $ +-- $Revision: 1.17 $ +-- $Date: 2008/09/27 14:42:40 $ -- Binding Version 01.00 ------------------------------------------------------------------------------ with Text_IO; @@ -191,7 +191,7 @@ package body Sample is Set_Soft_Label_Key_Attributes (Color => Header_Color); -- This propagates the attributes to the label window - Clear_Soft_Label_Keys; Restore_Soft_Label_Keys; + Refresh_Soft_Label_Keys; end if; Init_Keyboard_Handler;