Click on Help now brings default (or last) topic, not contextual text of Help button
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@234 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
53c1d0c47d
commit
c35f410a74
3
aide.c
3
aide.c
@ -155,12 +155,15 @@ void Bouton_Aide(void)
|
||||
short Numero_bouton;
|
||||
|
||||
// Aide contextuelle
|
||||
if (Touche!=0)
|
||||
{
|
||||
Numero_bouton = Numero_bouton_sous_souris();
|
||||
if (Numero_bouton != -1)
|
||||
{
|
||||
Section_d_aide_en_cours = 4 + Numero_bouton;
|
||||
Position_d_aide_en_cours = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Nb_lignes=Table_d_aide[Section_d_aide_en_cours].Nombre_de_lignes;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user