Home » U++ Library support » Menus&Toolbars » possibly toolbar button problem 
	
		
		
			| possibly toolbar button problem [message #52135] | 
			Tue, 23 July 2019 18:42   | 
		 
		
			
				
				
				
					
						  
						luxsysteme
						 Messages: 2 Registered: July 2019 
						
					 | 
					Junior Member  | 
					 | 
		 
		 
	 | 
 
	
		Sorry, for my bad English, I'm not an English speaker. 
 
in ToolButton.cpp line 156 
 
ToolButton& ToolButton::Kind(int _kind) 
{ 
	if(kind != _kind) 
		Refresh(); 
	return *this; 
} 
 
I think that must be like this 
ToolButton& ToolButton::Kind(int _kind) 
{ 
	if(kind != _kind) { 
            kind = _kind; 
	    Refresh(); 
        } 
	return *this; 
}
		
		
		
 |  
	| 
		
	 | 
 
 
 |  
	| 
		
 |  
	| 
		
 |   
Goto Forum:
 
 Current Time: Tue Nov 04 14:41:29 CET 2025 
 Total time taken to generate the page: 0.07177 seconds 
 |