Changeset 5444

Show
Ignore:
Timestamp:
09/28/07 18:38:40 (14 months ago)
Author:
eugene
Message:

Seems this must fix the ticket 291.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/mainwin.cpp

    r5432 r5444  
    12081208 
    12091209    int x, y; 
     1210#if 0 // Specific workarounds must not break the stock functionality, ticket 291 
    12101211    if(pos().x() < 2 || pos().y() < 2) { 
    12111212      // WMaker bug.  will investigate... 
     
    12181219    } 
    12191220    else 
     1221#endif 
    12201222    { 
    12211223      x = pos().x();