Workaround for a bug in Qt's TableView that causes column widths to not be updated...
commit137535927a11e54a4eb1e2857ee5e56cbeea864d
authorlordmulder <mulder2@gmx.de>
Sun, 21 Aug 2011 22:03:36 +0000 (22 00:03 +0200)
committerlordmulder <mulder2@gmx.de>
Sun, 21 Aug 2011 22:03:36 +0000 (22 00:03 +0200)
tree0b18a0c8af38fef69d02a77022b7d116acac4213
parent95797b11b5cd4aacdf4ab8b0b417552468a65955
Workaround for a bug in Qt's TableView that causes column widths to not be updated immediately when ResizeToContents is used. We have to force the update via event filter.
src/Config.h
src/Dialog_MainWindow.cpp
src/Dialog_Processing.cpp
src/Global.cpp