summaryrefslogtreecommitdiff
path: root/src/gui/widgets/guitable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/guitable.h')
-rw-r--r--src/gui/widgets/guitable.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/widgets/guitable.h b/src/gui/widgets/guitable.h
index fdc089721..c8f82d3cc 100644
--- a/src/gui/widgets/guitable.h
+++ b/src/gui/widgets/guitable.h
@@ -107,7 +107,10 @@ public:
*
* \param linewise: Whether to enable linewise selection mode
*/
- void setLinewiseSelection(bool linewise);
+ void setLinewiseSelection(bool linewise)
+ {
+ mLinewiseMode = linewise;
+ }
// Inherited from Widget
void draw(gcn::Graphics* graphics) override;