mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix a couple of typos
Signed-off-by: Torstein Husebø <torstein@huseboe.net> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d3d3cd9e35
commit
6a5279b952
3 changed files with 3 additions and 3 deletions
|
@ -252,7 +252,7 @@ TankInfoDelegate::TankInfoDelegate(QObject *parent) : ComboBoxDelegate(TankInfoM
|
|||
void TankInfoDelegate::reenableReplot(QWidget *widget, QAbstractItemDelegate::EndEditHint hint)
|
||||
{
|
||||
MainWindow::instance()->graphics()->setReplot(true);
|
||||
// FIXME: We need to replot after a cylidner is selected but the replot below overwrites
|
||||
// FIXME: We need to replot after a cylinder is selected but the replot below overwrites
|
||||
// the newly selected cylinder.
|
||||
// MainWindow::instance()->graphics()->replot();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue