mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Fixed missing field initialization.
The "close" field was read before it was written. Thanks to Ayla for this fix.
This commit is contained in:
@@ -56,6 +56,7 @@ bool BrowseDialog::exec()
|
|||||||
touchRect = (SDL_Rect){2, gmenu2x->skinConfInt["topBarHeight"]+4, gmenu2x->resX-12, clipRect.h};
|
touchRect = (SDL_Rect){2, gmenu2x->skinConfInt["topBarHeight"]+4, gmenu2x->resX-12, clipRect.h};
|
||||||
|
|
||||||
selected = 0;
|
selected = 0;
|
||||||
|
close = false;
|
||||||
while (!close) {
|
while (!close) {
|
||||||
if (gmenu2x->f200) gmenu2x->ts.poll();
|
if (gmenu2x->f200) gmenu2x->ts.poll();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user