mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -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;
|
||||
visible: false;
|
||||
|
||||
onShowTooltip: base.showTooltip(item, location, text)
|
||||
onHideTooltip: base.hideTooltip()
|
||||
}
|
||||
|
||||
SidebarAdvanced
|
||||
{
|
||||
id: sidebarAdvanced;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue