Thread Previous • Date Previous • Date Next • Thread Next |
This is one of the steps, due the limitation of have one wxDC at time drawing on a Window.The current code draws the message on the msgpanel.cpp at each call of Affiche_1_Parametre method; this requires the creation and use of an additional wxDC not allowable for example during a load of an *.brd file.The patch avoids painting during the call of the Affiche_1_Parametre and defers it to the OnPaint event.
Thank you. I've committed a fix for this, incorporating your ideas. The common code seems to work fine on Linux. Dick
Thread Previous • Date Previous • Date Next • Thread Next |