mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 20:35:17 +03:00
Fixed simu build
This commit is contained in:
parent
271dae71f7
commit
5566439e76
4 changed files with 7 additions and 3 deletions
|
@ -85,7 +85,7 @@ Open9xSim::Open9xSim(FXApp* a):
|
|||
FXMainWindow(a, "OpenTX Simu", NULL, NULL, DECOR_ALL, 20, 90, 0, 0)
|
||||
{
|
||||
firstTime = true;
|
||||
memset(displayBuf, 0, sizeof(displayBuf));
|
||||
memset(displayBuf, 0, DISPLAY_BUFER_SIZE);
|
||||
bmp = new FXPPMImage(getApp(),NULL,IMAGE_OWNED|IMAGE_KEEP|IMAGE_SHMI|IMAGE_SHMP, W2, H2);
|
||||
|
||||
FXHorizontalFrame *hf11=new FXHorizontalFrame(this,LAYOUT_CENTER_X);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue