[Qgis-developer] Stop rendering button in QgisApp
Marco Hugentobler
marco.hugentobler at karto.baug.ethz.ch
Wed Jun 18 09:59:15 EDT 2008
Hi,
I noticed that the 'stop rendering' button in the status bar is disabled
(qgisapp.cpp):
mStopRenderButton = new QToolButton( statusBar() );
mStopRenderButton->setMaximumWidth(20);
mStopRenderButton->setMaximumHeight(20);
//#ifdef Q_WS_MAC //MH: disable the button on Mac for now to avoid problems
with resizing
mStopRenderButton->setEnabled(false);
//#endif //Q_WS_MAC
Ok for everyone if we enable the button again (exept on Mac)? Tim, is there a
chance to have a good icon for it?
Regards,
Marco
--
Dr. Marco Hugentobler
Institute of Cartography
ETH Zurich
Technical Advisor QGIS Project Steering Committee
More information about the Qgis-developer
mailing list