Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Menus&Toolbars » possibly toolbar button problem
possibly toolbar button problem [message #52135] Tue, 23 July 2019 18:42 Go to next message
luxsysteme is currently offline  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;
}
Re: possibly toolbar button problem [message #52168 is a reply to message #52135] Wed, 31 July 2019 12:46 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Yes, thank you.

Mirek
Re: possibly toolbar button problem [message #52176 is a reply to message #52168] Fri, 02 August 2019 11:01 Go to previous message
luxsysteme is currently offline  luxsysteme
Messages: 2
Registered: July 2019
Junior Member
you welcome
Previous Topic: Menus become inaccessible
Next Topic: menus using different classes
Goto Forum:
  


Current Time: Fri Apr 19 20:53:37 CEST 2024

Total time taken to generate the page: 0.02764 seconds