fixed button gc

This commit is contained in:
fluxgen 2003-01-12 20:31:54 +00:00
parent 3995c489fb
commit d844c4c1ca

View file

@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: FbWinFrame.cc,v 1.4 2003/01/09 22:01:30 fluxgen Exp $
// $Id: FbWinFrame.cc,v 1.5 2003/01/12 20:31:54 fluxgen Exp $
#include "FbWinFrame.hh"
#include "ImageControl.hh"
@ -681,11 +681,13 @@ void FbWinFrame::setupButton(FbTk::Button &btn) {
//TODO button pressed color
if (m_focused) {
btn.setGC(m_theme.labelTextFocusGC());
if (m_button_pm)
btn.setBackgroundPixmap(m_button_pm);
else
btn.setBackgroundColor(m_button_color);
} else {
btn.setGC(m_theme.labelTextUnfocusGC());
if (m_button_unfocused_pm)
btn.setBackgroundPixmap(m_button_unfocused_pm);
else