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
11
aide.c
11
aide.c
@ -155,11 +155,14 @@ void Bouton_Aide(void)
|
|||||||
short Numero_bouton;
|
short Numero_bouton;
|
||||||
|
|
||||||
// Aide contextuelle
|
// Aide contextuelle
|
||||||
Numero_bouton = Numero_bouton_sous_souris();
|
if (Touche!=0)
|
||||||
if (Numero_bouton != -1)
|
|
||||||
{
|
{
|
||||||
Section_d_aide_en_cours = 4 + Numero_bouton;
|
Numero_bouton = Numero_bouton_sous_souris();
|
||||||
Position_d_aide_en_cours = 0;
|
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;
|
Nb_lignes=Table_d_aide[Section_d_aide_en_cours].Nombre_de_lignes;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user