mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 10:39:00 +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;
|
||||
visible: false;
|
||||
|
||||
onShowTooltip: base.showTooltip(item, location, text)
|
||||
onHideTooltip: base.hideTooltip()
|
||||
}
|
||||
|
||||
SidebarAdvanced
|
||||
{
|
||||
id: sidebarAdvanced;
|
||||
|
Loading…
x
Reference in New Issue
Block a user