mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	RichTooltips for the buttons on a sidebar: Fixed wrong positioning of the tooltip when PrusaSlicer is on secondary display
Show a right triangle tip in the bottom right corner of the tooltip.
This commit is contained in:
		
							parent
							
								
									29a5f48f43
								
							
						
					
					
						commit
						80844ca337
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -656,6 +656,7 @@ void Sidebar::priv::show_rich_tip(const wxString& tooltip, wxButton* btn) | ||||||
|         return; |         return; | ||||||
|     wxRichToolTip tip(tooltip, ""); |     wxRichToolTip tip(tooltip, ""); | ||||||
|     tip.SetIcon(wxICON_NONE); |     tip.SetIcon(wxICON_NONE); | ||||||
|  |     tip.SetTipKind(wxTipKind_BottomRight); | ||||||
|     tip.SetTitleFont(wxGetApp().normal_font()); |     tip.SetTitleFont(wxGetApp().normal_font()); | ||||||
|     tip.SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); |     tip.SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW)); | ||||||
|     tip.SetTimeout(1200); |     tip.SetTimeout(1200); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 YuSanka
						YuSanka