mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
format
This commit is contained in:
@@ -108,7 +108,7 @@ struct _MwMenu {
|
||||
int keep;
|
||||
MwWidget wsub;
|
||||
MwMenu* sub;
|
||||
void* user;
|
||||
void* user;
|
||||
};
|
||||
|
||||
struct _MwEntry {
|
||||
|
||||
@@ -66,7 +66,7 @@ static void draw(MwWidget handle) {
|
||||
if(menu->sub[i]->wsub != NULL) {
|
||||
r.x = 0;
|
||||
r.y = p.y - 3;
|
||||
r.width = MwGetInteger(handle, MwNwidth);
|
||||
r.width = MwGetInteger(handle, MwNwidth);
|
||||
r.height = th + 3 * 2;
|
||||
MwDrawWidgetBack(handle, &r, base, 0, MwTRUE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user