mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
forgot a ! after var rename
This commit is contained in:
@@ -331,7 +331,7 @@ void EditTableDialog::removeField()
|
||||
return;
|
||||
|
||||
// Are we creating a new table or editing an old one?
|
||||
if(!m_bNewTable)
|
||||
if(m_bNewTable)
|
||||
{
|
||||
// Creating a new one
|
||||
|
||||
|
||||
Reference in New Issue
Block a user