- Add the icon back in order to display them in the menu drawer header...

This commit is contained in:
dgis 2019-07-28 18:14:24 +02:00
parent b42fdb820c
commit b8b8f92964
13 changed files with 5 additions and 0 deletions

View file

@ -158,6 +158,8 @@ The Eric's Real scripts ("real*.kml" and "real*.bmp/png") are embedded in this a
TODO
- Add the name of the file in the toast "State saved".
- Add the KML icon in the navigation menu header.
- Add the possibility to load and save the flash in another file.
- Add the possibility to deactivate the zoom.
- Sometimes, the calculator seems to lag and finally freeze.

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View file

@ -870,6 +870,9 @@ LRESULT SendMessage(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) {
} else if (Msg == LB_GETSEL && wParam < itemDataCount && wParam < MAX_ITEMDATA) {
return selItemDataIndex[wParam];
}
}
if(Msg == WM_SETICON) {
}
return NULL;
}