mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue