diff options
-rw-r--r-- | kstyles/asteroid/asteroid.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kstyles/asteroid/asteroid.cpp b/kstyles/asteroid/asteroid.cpp index cef3b00f8..7aa60985f 100644 --- a/kstyles/asteroid/asteroid.cpp +++ b/kstyles/asteroid/asteroid.cpp @@ -2288,10 +2288,11 @@ TQSize AsteroidStyle::tqsizeFromContents(ContentsType ct, } case CT_MenuBar: { - const TQMenuBar *mb = dynamic_cast<const TQMenuBar *>(w); - int sh = TQFontInfo(mb->font()).pixelSize() + 4; - int sw = 10; - return TQSize(sw, sh); + // Fall through is intentional +// const TQMenuBar *mb = dynamic_cast<const TQMenuBar *>(w); +// int sh = TQFontInfo(mb->font()).pixelSize() + 4; +// int sw = 10; +// return TQSize(sw, sh); } case CT_Header: { |