minor fix
This commit is contained in:
parent
56b9ef14ba
commit
55e22bb42c
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: Container.cc,v 1.3 2003/09/08 16:28:32 fluxgen Exp $
|
||||
// $Id: Container.cc,v 1.4 2003/09/15 20:13:24 fluxgen Exp $
|
||||
|
||||
#include "FbTk/Button.hh"
|
||||
#include "Container.hh"
|
||||
|
@ -162,7 +162,7 @@ void Container::setSelected(int pos) {
|
|||
}
|
||||
|
||||
void Container::exposeEvent(XExposeEvent &event) {
|
||||
clear();
|
||||
clearArea(event.x, event.y, event.width, event.height);
|
||||
}
|
||||
|
||||
void Container::repositionItems() {
|
||||
|
|
Loading…
Reference in a new issue