mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:56:01 +08:00
Fix tooltips in simple mode
Simple mode no longer showed tooltips since Simple Mode and Advanced Mode were put in a StackView.
This commit is contained in:
parent
8402189b42
commit
cd768902e9
@ -229,7 +229,11 @@ Rectangle
|
|||||||
{
|
{
|
||||||
id: sidebarSimple;
|
id: sidebarSimple;
|
||||||
visible: false;
|
visible: false;
|
||||||
|
|
||||||
|
onShowTooltip: base.showTooltip(item, location, text)
|
||||||
|
onHideTooltip: base.hideTooltip()
|
||||||
}
|
}
|
||||||
|
|
||||||
SidebarAdvanced
|
SidebarAdvanced
|
||||||
{
|
{
|
||||||
id: sidebarAdvanced;
|
id: sidebarAdvanced;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user