mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 01:33:18 +03:00
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -379,9 +379,15 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
||||
mod_menu.PopupMenuItem<String>(
|
||||
height: _MenubarTheme.height,
|
||||
padding: EdgeInsets.zero,
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: rowChildren),
|
||||
child: Listener(
|
||||
onPointerHover: (PointerHoverEvent e) =>
|
||||
widget.ffi.inputModel.lastMousePos = e.position,
|
||||
child: MouseRegion(
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: rowChildren),
|
||||
),
|
||||
),
|
||||
)
|
||||
];
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user