From 770c2c2eaf345b6faa8b9ae0fcab48d0ca0a3639 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sun, 5 Dec 2010 01:22:53 +0000 Subject: CMP mods: bracing, doxygen fixes for code examples and #if DOXYGEN -> #if FL_DOXYGEN. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7950 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Table_Row.cxx | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'src/Fl_Table_Row.cxx') diff --git a/src/Fl_Table_Row.cxx b/src/Fl_Table_Row.cxx index 1acb7e3fd..d8624251c 100644 --- a/src/Fl_Table_Row.cxx +++ b/src/Fl_Table_Row.cxx @@ -45,16 +45,14 @@ int Fl_Table_Row::row_selected(int row) { void Fl_Table_Row::type(TableRowSelectMode val) { _selectmode = val; switch ( _selectmode ) { - case SELECT_NONE: - { + case SELECT_NONE: { for ( int row=0; row -1 ) { int srow = R, erow = _last_row; @@ -234,8 +228,7 @@ int Fl_Table_Row::handle(int event) { } break; - case FL_DRAG: - { + case FL_DRAG: { if ( _dragging_select ) { // Dragged off table edges? Handle scrolling int offtop = toy - _last_y; // >0 if off top of table -- cgit v1.2.3