Changeset 143
- Timestamp:
- 01/17/2008 08:17:27 PM (4 years ago)
- Location:
- branches/openyahtzee-1.8
- Files:
-
- 2 deleted
- 1 edited
-
Makefile.in (deleted)
-
src/MainFrame.cpp (modified) (3 diffs)
-
src/Makefile.in (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee-1.8/src/MainFrame.cpp
r101 r143 1083 1083 wxBoxSizer *topSizer; 1084 1084 wxFlexGridSizer *diceSizer; 1085 bool roll_button_enabled; 1085 1086 1086 1087 lowersection->GetStaticBox()->Destroy(); … … 1154 1155 sectionsSizer->Add(lowersection,0,wxALL,5); 1155 1156 1157 roll_button_enabled = FindWindow(ID_ROLL)->IsEnabled(); 1156 1158 //Change the roll button size if we need to 1157 1159 if (m_horizontallayout) { … … 1162 1164 new wxButton(FindWindow(ID_PANEL), ID_ROLL, wxT("Roll!"),wxDefaultPosition,wxSize(VERTICAL_ROLL_SIZEX,VERTICAL_ROLL_SIZEY)); 1163 1165 } 1166 FindWindow(ID_ROLL)->Enable(roll_button_enabled); 1164 1167 1165 1168 //BEGIN layout for the dice section of the score board
Note: See TracChangeset
for help on using the changeset viewer.
