diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Container.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Container.cc b/src/Container.cc index 5c87379..d1d9fd7 100644 --- a/src/Container.cc +++ b/src/Container.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: Container.cc,v 1.3 2003/09/08 16:28:32 fluxgen Exp $ | 23 | // $Id: Container.cc,v 1.4 2003/09/15 20:13:24 fluxgen Exp $ |
24 | 24 | ||
25 | #include "FbTk/Button.hh" | 25 | #include "FbTk/Button.hh" |
26 | #include "Container.hh" | 26 | #include "Container.hh" |
@@ -162,7 +162,7 @@ void Container::setSelected(int pos) { | |||
162 | } | 162 | } |
163 | 163 | ||
164 | void Container::exposeEvent(XExposeEvent &event) { | 164 | void Container::exposeEvent(XExposeEvent &event) { |
165 | clear(); | 165 | clearArea(event.x, event.y, event.width, event.height); |
166 | } | 166 | } |
167 | 167 | ||
168 | void Container::repositionItems() { | 168 | void Container::repositionItems() { |