diff options
author | corvid <corvid@lavabit.com> | 2009-10-29 04:27:32 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-10-29 04:27:32 +0000 |
commit | e353d450e5475fb9a474d5035751390847cb01b1 (patch) | |
tree | 50ede6923bdb870292606424d461d381a4f745f5 /dw/textblock.cc | |
parent | 80c557e230bda1f68a8c3adcfd51981c814c1b12 (diff) |
make popup menus work for unoccupied regions of tables
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 13709042..8efd327d 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -36,6 +36,7 @@ Textblock::Textblock (bool limitTextWidth) { registerName ("dw::Textblock", &CLASS_ID); setFlags (USES_HINTS); + setButtonSensitive(true); listItem = false; innerPadding = 0; |