ComposeWidget: enable/disable the correct splitter
commita03bd96e3187f1811c4fd6f9369ce40830fa31c4
authorCaspar Schutijser <caspar@schutijser.com>
Tue, 22 Jul 2014 10:32:45 +0000 (22 12:32 +0200)
committerCaspar Schutijser <caspar@schutijser.com>
Tue, 22 Jul 2014 11:34:18 +0000 (22 13:34 +0200)
treebe38a855eccf2b0634a191d0958893ecbad6d30e
parent15e01c134dbc0a25c6c551e5fe61a8ef6058cace
ComposeWidget: enable/disable the correct splitter

By using "splitter", the "mailText" text area was not enabled or
disabled. By using "verticalSplitter", this does happen so all widgets
are disabled when a message is being sent.

The (relevant part of the) hierarchy of the UI components looks like
this and explains why it solves the issue:

QSplitter verticalSplitter
---> QSplitter splitter
---> ComposerTextEdit mailText

REVIEW: 119398
src/Gui/ComposeWidget.cpp