Ticket #2322: zipomatic.diff

File zipomatic.diff, 645 bytes (added by scottmc, 16 years ago)

fix to make it not zoomable

  • src/add-ons/tracker/zipomatic/ZipOMaticWindow.cpp

     
    3030
    3131
    3232ZippoWindow::ZippoWindow(BMessage * a_message)
    33 : BWindow(BRect(200,200,430,310), "Zip-O-Matic", B_TITLED_WINDOW, B_NOT_V_RESIZABLE), // | B_NOT_ZOOMABLE),
     33: BWindow(BRect(200,200,430,310), "Zip-O-Matic", B_TITLED_WINDOW, B_NOT_V_RESIZABLE | B_NOT_ZOOMABLE),
    3434    m_zippo_settings                (),
    3535    m_zipper_thread                 (NULL),
    3636    m_got_refs_at_window_startup    (false),